I have an SQL database, with an Access front end that has been working fine for many years.
I wanted to add a check box to one of the access forms (very similar to one already there, but labelled differently)
I added the new column to the SQL database table (Table = ChangeNote, Column = InstService)
As per an existing check box, this was set up as a YES/NO (check box)
I then added the new column to an existing query that cross-referenced 2 tables.
I then added the new check box to the form and set the control source to InstService (All exactly the same as the working check box already in the form [I cross referenced all properties])
However, now it seems the changes made have 'locked' the database table. Whether through the form or directly in the table, as soon as I input data and tab out a get the 'Write Conflict' error. why is this happening?
- No-one else is using this database
- Permission are all correct.
- If I remove the query input, it works ok, but does not work as a check box.
Scratching my head here, what am I missing!!!????
Andy