> Personally, whenever I have worked on database for multiple users, I split
> the database into a back end and front end. Then when I update the front
> end I simply redistribute this to my users.
OK, sounds easy enough.
> If the back end needs updating I tend to do one of two things:
>
> 1. If the changes are minor, I tend to make all users aware of a "system
> outage", then copy the existing data from the old back end into my new
> one,
> and then replace it.
I can get single-user access to the database during off hours, so that
should be doable. Once the database is split and I am working on a copy of
the FE/BE, will I be able to add/edit tables and relationships just as I do
now with a single MDB file?
Best,
Christopher
PC Datasheet - 31 Mar 2005 01:13 GMT
Yes, you will be able to add/edit tables and relationships just as you do
now with a single MDB file. The only thing to remember is that if you add
new tables, you must link to them from the front end. Once a link is
established, editing tables and relationships is automatically taken care of
through the link.
--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
resource@pcdatasheet.com
www.pcdatasheet.com
> > Personally, whenever I have worked on database for multiple users, I split
> > the database into a back end and front end. Then when I update the front
[quoted text clipped - 16 lines]
> Best,
> Christopher