I have a form that is bound to a Stored Procedure in SQL server.
Whenever the form opens, I always get a write conflict when I edit the record. I am the only user on the database. How can this be? What is the best way to link a stored procedure to an access form. I have the name of the stored procedure in the RecordSource with input parameters included.
Whenever the form opens, I always get a write conflict when I edit the record. I am the only user on the database. How can this be? What is the best way to link a stored procedure to an access form. I have the name of the stored procedure in the RecordSource with input parameters included.