I have binded textbox fields (Access 2000 form) to a linked SQL view. When I update a SQL field (SQL UPDATE statement in VBA), everything at that point in time is fine. At least everything appears to be alright to the end user. However, it is when a user tries to then navigate through the recordset, that the “Write Conflict” dialog box appears. I want to disable this. Setting “DoCmd.SetWarnings” to “False”, behind custom navigation command buttons (first, previous, next, last) does not work. I wish it did.
Any help here would be greatly appreciated.
Thanks,
Allen