S
Samball
I have a problem which is bugging me for some time now...
I converted a MSAccess database to mySQL database.
Now when selecting from a combobox, (which is linked to a
table called [users]), a userId, i am doing a refresh in
the code , (DoCmd.DoMenuItem acFormBar, acRecordsMenu,
5, , acMenuVer70) , to write the data that came up when
selecting that userId to another table called [Problems].
Just after the refresh, it writes the data to the
[problems] table but the combobox and all the other Edit
Boxes which were filled with data from selecting a userId
now reads "#Deleted". Some where I lost the connection
with the data base I guess.
Anyone know where the problem might be?
Thanks...
I converted a MSAccess database to mySQL database.
Now when selecting from a combobox, (which is linked to a
table called [users]), a userId, i am doing a refresh in
the code , (DoCmd.DoMenuItem acFormBar, acRecordsMenu,
5, , acMenuVer70) , to write the data that came up when
selecting that userId to another table called [Problems].
Just after the refresh, it writes the data to the
[problems] table but the combobox and all the other Edit
Boxes which were filled with data from selecting a userId
now reads "#Deleted". Some where I lost the connection
with the data base I guess.
Anyone know where the problem might be?
Thanks...