chirpyform
Programmer
I am using a multiuser database but I want it so that each user has a version of certain tables. This means that I have some tables that everyone can change at the same time. I want that each user connected at any moment given can take a copy of these tables and work seperately, the problem being that I don't want to have to create the extra tables for each user. I would like to have say 3 tables that Access gives ownership to each user ie each user sees his version of these tables and doesn't change the others version.
An other solution is to have the 3 tables and add a column userId and then I only change the records where userId = chirpy but I would prefer something more elegant. I saw that there was a table MSysObjects and I thought every user has their version of the relations window so surely there is an ownership option somewhere.
Any help gratefully received
Thanks
chirpy
An other solution is to have the 3 tables and add a column userId and then I only change the records where userId = chirpy but I would prefer something more elegant. I saw that there was a table MSysObjects and I thought every user has their version of the relations window so surely there is an ownership option somewhere.
Any help gratefully received
Thanks
chirpy