G
Graham944
I am designing a database that will include data for several departments but
must be capable of producing combined Company-wide reports. To ease
departmental data input and reporting a user must be able to identify their
department when they open the database and from then on they will only
see/update their own data.
I have a Departments table with department name, etc and had thought of
adding a field to this table to identify which department is currently
active, but then realised that it won't work if two departments are using the
database simultaneously. Is there any way that a private copy of a table can
be made for each user?
An alternative idea is to use a field on a form or a global variable that is
set when the database is opened. Would either of these work in a multi-user
environment?
Thanks,
Graham.
must be capable of producing combined Company-wide reports. To ease
departmental data input and reporting a user must be able to identify their
department when they open the database and from then on they will only
see/update their own data.
I have a Departments table with department name, etc and had thought of
adding a field to this table to identify which department is currently
active, but then realised that it won't work if two departments are using the
database simultaneously. Is there any way that a private copy of a table can
be made for each user?
An alternative idea is to use a field on a form or a global variable that is
set when the database is opened. Would either of these work in a multi-user
environment?
Thanks,
Graham.