M
Matt Lusher
I've got a DB app that uses an Access .mdb file as the
front end, connecting to a SQL Server 2000 back-end db
file. I recently added a column to a table in the SQL db
to store a bit type, and I modified my Access front-end
to expose that column as a checkbox control on my main
data entry form. Now, I can't update any existing
records; I get a write-conflict error saying someone else
has changed the record since I last viewed it. Any idea
why? Notes: my previous version of the frontiend has no
problem updating existing records in the SQL db, even
after the added column. Also, in the new front-end, I get
the same write-conflict error no matter what value I try
to update, not just the new yes/no checkbox.
front end, connecting to a SQL Server 2000 back-end db
file. I recently added a column to a table in the SQL db
to store a bit type, and I modified my Access front-end
to expose that column as a checkbox control on my main
data entry form. Now, I can't update any existing
records; I get a write-conflict error saying someone else
has changed the record since I last viewed it. Any idea
why? Notes: my previous version of the frontiend has no
problem updating existing records in the SQL db, even
after the added column. Also, in the new front-end, I get
the same write-conflict error no matter what value I try
to update, not just the new yes/no checkbox.