I have a pretty complex set of tables that have pretty complex relationships, so this one may not be real easy to solve, but one can hope!
Every now and then (translation: I don't know what's causing this to happen) when I open my database, the "main" table that other relationships stem from will contain a record with either just ###### signs in every field, or other jumbled characters. Where should I start the diagnosis of this problem, and what could some of the causes be?
I have a feeling it may be from:
1. Database is split, right now both front-end and backend are on servers.
2. Two people having the same application opened, with different records???? This one is interesting to me. If I have one database with a form (frm1) which contains a text box whose control source is set to the current user, how does access handle it if that same database is opened by two different users? Is a copy of the database run on each machine? I can see where this situation could create some issues?
3. Some other record locking issue?
4. Improper shutdown / compter locked up while DB is running?
Any help will be GREATLY appreciated!!!!!
Every now and then (translation: I don't know what's causing this to happen) when I open my database, the "main" table that other relationships stem from will contain a record with either just ###### signs in every field, or other jumbled characters. Where should I start the diagnosis of this problem, and what could some of the causes be?
I have a feeling it may be from:
1. Database is split, right now both front-end and backend are on servers.
2. Two people having the same application opened, with different records???? This one is interesting to me. If I have one database with a form (frm1) which contains a text box whose control source is set to the current user, how does access handle it if that same database is opened by two different users? Is a copy of the database run on each machine? I can see where this situation could create some issues?
3. Some other record locking issue?
4. Improper shutdown / compter locked up while DB is running?
Any help will be GREATLY appreciated!!!!!