I am using SQL as a backend with Access front end. I have a stored procedure which selects records from a table
This stored procedure is the source for a form. WHen I try to update a field i always get a write conflict. I have added timestamps to all the tables and look at the bit fields and still get the issue.
Any ideas?
This stored procedure is the source for a form. WHen I try to update a field i always get a write conflict. I have added timestamps to all the tables and look at the bit fields and still get the issue.
Any ideas?