E
Edward
ACCESS 2003 FE / ACCESS 2003 BE
My clients are worried that their data may be corrupt. They have
noticed that two of their records share the same StaffFileNumber and
so they're trying to delete the records from the front end to allow
them to recreate the correct entries, but attempting this (using a
button that runs a DoCmd RunSQL DELETE * FROM MyTable WHERE ID = Me!
ID) throws error 3167 and a message "The Record is Deleted".
Unfortunately they're 100 miles away, I have no car today, and their
firewall is preventing me using a tool like TeamViewer. So I got one
of them to run a query on the underlying data and to send me a
screenshot of the result. It's available to view here:
http://www.flickr.com/photos/30588773@N04/3817802900/
What we see here are two rows - the first row is fine, has good data,
the second row has #Deleted in every column except StaffFileNumber
where the value is the same as row 1.
Does anyone have any thoughts about the best way to proceed with this
and, in some ways more important, how it happened?
Many thanks
Edward
My clients are worried that their data may be corrupt. They have
noticed that two of their records share the same StaffFileNumber and
so they're trying to delete the records from the front end to allow
them to recreate the correct entries, but attempting this (using a
button that runs a DoCmd RunSQL DELETE * FROM MyTable WHERE ID = Me!
ID) throws error 3167 and a message "The Record is Deleted".
Unfortunately they're 100 miles away, I have no car today, and their
firewall is preventing me using a tool like TeamViewer. So I got one
of them to run a query on the underlying data and to send me a
screenshot of the result. It's available to view here:
http://www.flickr.com/photos/30588773@N04/3817802900/
What we see here are two rows - the first row is fine, has good data,
the second row has #Deleted in every column except StaffFileNumber
where the value is the same as row 1.
Does anyone have any thoughts about the best way to proceed with this
and, in some ways more important, how it happened?
Many thanks
Edward