Not sure if this should be posted here or in the MySQL forum but I'll try here first to see if anyone has had the same situation.
I have converted a MSAccess(2000) database to MySQL. I am using MSAccess forms/queries/reports/modules and linking to the MySQL database via MySQL ODBC (v3.51).
The problem is that when I insert a new record via MSAccess form, on the save command, all the fields on the form which pull from the MySQL database automatically go to "#Delete". I can close the form, find the record I just inserted, and all is fine. How do I prevent the "#Delete" situation from occuring? I've tried Me.Refresh and Me.Requery but no luck.
Thanks for any suggestions.
I have converted a MSAccess(2000) database to MySQL. I am using MSAccess forms/queries/reports/modules and linking to the MySQL database via MySQL ODBC (v3.51).
The problem is that when I insert a new record via MSAccess form, on the save command, all the fields on the form which pull from the MySQL database automatically go to "#Delete". I can close the form, find the record I just inserted, and all is fine. How do I prevent the "#Delete" situation from occuring? I've tried Me.Refresh and Me.Requery but no luck.
Thanks for any suggestions.