M
Mike C.
Happy Holidays All!
I am in the process of designing a database that will allow 4 different
groups of users to utilizie it. (Basically 4 different databases in 1).
Group A will fill in a form(s) collecting certain information. Group B will
utilize the exact same form(s) to fill in their information and the same for
Group C and Group D.
I will set up a switchboard that will allow the user to select "Group A",
"Group B", "Group C" or "Group D" and it will then open the appropriate form
with the appropiate data in it.
What is the best and most effecient way of accomplishing this? I'm
wondering if I can avoid having to use a table structure like below:
tblGroupASection1
tblGroupASection2
tblGroupBSection1
tblGroupBSection2
....etc
Thanks in advance,
Mike
I am in the process of designing a database that will allow 4 different
groups of users to utilizie it. (Basically 4 different databases in 1).
Group A will fill in a form(s) collecting certain information. Group B will
utilize the exact same form(s) to fill in their information and the same for
Group C and Group D.
I will set up a switchboard that will allow the user to select "Group A",
"Group B", "Group C" or "Group D" and it will then open the appropriate form
with the appropiate data in it.
What is the best and most effecient way of accomplishing this? I'm
wondering if I can avoid having to use a table structure like below:
tblGroupASection1
tblGroupASection2
tblGroupBSection1
tblGroupBSection2
....etc
Thanks in advance,
Mike