C
Cassi
I have a Db that I am working on and I have several small tables related to
one main table. the smaller tables are each to capture one step of a several
step process in the cycle of a file through our office. An example would be:
1) File signed in and date related through client number to main table
2) File prepared and date related through client number to main table
3) File checked and date related through client number to main table
etc.
I would like to restrict access so that a file must be signed into one
table before it can be prepared or assembled (entries in other talbes). In
other words, I would like the Db set so that the data must be entered in the
logical order. You would not be able to enter data into the second related
table before entering it in the first one.
one main table. the smaller tables are each to capture one step of a several
step process in the cycle of a file through our office. An example would be:
1) File signed in and date related through client number to main table
2) File prepared and date related through client number to main table
3) File checked and date related through client number to main table
etc.
I would like to restrict access so that a file must be signed into one
table before it can be prepared or assembled (entries in other talbes). In
other words, I would like the Db set so that the data must be entered in the
logical order. You would not be able to enter data into the second related
table before entering it in the first one.