C
CD Tom
I have the task of combining four branches into one database, that isn't the
problem. The problem is that each branch only wants to be able to see only
there perticular data except for the empolyee table. I was thinking about
just adding a branch code to the end of each table and then depending on the
log-in appending the code to the table name. I was also thinking about just
adding a branch code to each table, this would keep the tables the same, but
then with all the sub forms, queries and things in the program not to sure
how to get those to work right. I will also have to be sure I know which
branch the user is logging in from and keep that all the time that branch is
using the program.
Any ideas would be helpful, just looking for what's the best way to start
this project.
Thanks for any advice.
Tom
problem. The problem is that each branch only wants to be able to see only
there perticular data except for the empolyee table. I was thinking about
just adding a branch code to the end of each table and then depending on the
log-in appending the code to the table name. I was also thinking about just
adding a branch code to each table, this would keep the tables the same, but
then with all the sub forms, queries and things in the program not to sure
how to get those to work right. I will also have to be sure I know which
branch the user is logging in from and keep that all the time that branch is
using the program.
Any ideas would be helpful, just looking for what's the best way to start
this project.
Thanks for any advice.
Tom