kcaremore said:
Jerry, One other issue we had today was that when two were in the same data
base, one saved a form she updated and it ended the other one's program.
Only one was still running.
You must have exclusive use to update the design of an Access database...
this is NOT new with Access 2007. Proper procedure is for a separate
database be used for development, and when changes are made and
appropriately tested, to replace each user's "Front End" with the
development database. (Yes, this requires the database be split. Tony Toews
has an "AutoFEUpdate" at his website that many find useful.)
I did a test on the split and the db did move faster,
but only one could use the back up.
I don't understand what you mean by this statment.
The forms, reports and queries were still on the
shared drive after the split. I don't understand how
all of us would be able to use the forms,
reports and queries if they were not on the shared
server. If they are on each users computers, how
does the updating from each user become integrated
to the table?
Each user's front end is linked to the Tables in the shared back end, and
with proper locking choices, Access "understands" and handles that issue.
Larry Linson
Microsoft Office Access MVP