I've seen a lot of answers to write conflict issues but nothing that has helped me so far. I have a form (Form 1) bound to a table (Table A). I also have another form (Form 2) that can be opened at the same time that has a recordset based on Table A. If I update the recordset through Form 2 and then save Form 1 I get a Write Conflict error.
Basically I'm wondering if there is anyway to turn off the Write conflict error message for this particular time. I don't want to have it always off since there will be multiple users on the database. I've tried using the setWarnings property but it does not turn of the Write conflict. any help would be appreciated.
Brian
Basically I'm wondering if there is anyway to turn off the Write conflict error message for this particular time. I don't want to have it always off since there will be multiple users on the database. I've tried using the setWarnings property but it does not turn of the Write conflict. any help would be appreciated.
Brian