G
Guest
I have a form that is bound to a linked table that links to an ODBC
connection that is connected to a MySQL installation.
The form's pop-up property is set to True. On this form I have a few
controls, among them some check boxes.
Whenever I open the form, change one of the check boxes, change it
back to what it was (checked/unchecked) and close the form I get a
write conflict.
How can I avoid this?
Steps to reproduce:
1. Create MySQL DB and create an ODBC connector to it.
2. Create an Access 2007 accdb file and create a linked table in it to
a table in the MySQL DB.
3. Create a new form, bind it to the table, set the pop-up property to
True.
4. Create a Check box on the form and bind it to a field in the table.
5. Open the form, check the check box.
6. Uncheck it, try to close the form.
7. Voila! Write conflict...
I've tried setting Me.Dirty to False, but that also causes the write
conflict.
Any ideas would be appreciated...
Thanks,
Noam Nelke, Israel.
connection that is connected to a MySQL installation.
The form's pop-up property is set to True. On this form I have a few
controls, among them some check boxes.
Whenever I open the form, change one of the check boxes, change it
back to what it was (checked/unchecked) and close the form I get a
write conflict.
How can I avoid this?
Steps to reproduce:
1. Create MySQL DB and create an ODBC connector to it.
2. Create an Access 2007 accdb file and create a linked table in it to
a table in the MySQL DB.
3. Create a new form, bind it to the table, set the pop-up property to
True.
4. Create a Check box on the form and bind it to a field in the table.
5. Open the form, check the check box.
6. Uncheck it, try to close the form.
7. Voila! Write conflict...
I've tried setting Me.Dirty to False, but that also causes the write
conflict.
Any ideas would be appreciated...
Thanks,
Noam Nelke, Israel.