I have a form that displays an image depending on the data input to two combo boxes.
A small table is created with the image location info and multiple images can be scrolled through.
This all works fine until the data is changed.
Before adding new data to the table I am attempting to delete the old records. The error indicates all current records are locked.
The locking protocol is "edited"
Apart from adding some data from the table into bound text boxes, there is no interaction with the data.
A) why are the records locked? and
B) How to delete them?
I have tried runsql and db.execute with the same result.
I have filtered the table with the current data and this works until previously entered data is reused.
This results in a double up of the filtered data.
On close the table is successfully emptied using runsql.
A small table is created with the image location info and multiple images can be scrolled through.
This all works fine until the data is changed.
Before adding new data to the table I am attempting to delete the old records. The error indicates all current records are locked.
The locking protocol is "edited"
Apart from adding some data from the table into bound text boxes, there is no interaction with the data.
A) why are the records locked? and
B) How to delete them?
I have tried runsql and db.execute with the same result.
I have filtered the table with the current data and this works until previously entered data is reused.
This results in a double up of the filtered data.
On close the table is successfully emptied using runsql.