having trouble converting A97 db to A2002 db

S

Stacey G.

I am getting error that there is no field name 'BaseRowLineage' in talbe
"MySysTombstone' when trying to convert Access 97 Db to Access 2002 Db. How
do I fix?

Also, how can i make it so people must sign in and capture this in their
entries?
 
M

[MVP] S.Clark

http://www.google.com/search?hl=en&q=Msystombstone&spell=1
There are a few hits there. Appears to be a replication related issue.

Implement some type of security, either Access level security, or create
your own login form and groups in the app. Access level security is no
small task, but there are about a hundred white papers on how to implement.
Creating something inside the application usually suffices for keeping out
the Nosey Nellies.
 
Top