E
Emily
Hello,
I am trying to devise a system for checking out files and
I have four tables 1)Files in file room 2)People who check
out files 3)People who deliver files 4)File Check Out
Table (This table include barcode (Lookup frm Table 1)
delivered to (Lookup from Table 2) delivered by (Lookup
from Table 3) check out date, check in date and another
field named "status".
The status field is a yes/no that records whether the file
is checked in or out. I want to link this field to a
field of the same name in Table 1 (Files in file room).
This way, whenever I check out a file in the check out
table, the file will also change to "checked out" in Table
1 (files in file room).
I tried making a look up field titled "status" in the file
room table, but when I would change the status info in the
check out table the information would not change in the
file room table. How can I solve this? Or is there a
better way to design a file check out database for this
purpose.
Thank you very much for you time and effort,
Emily
I am trying to devise a system for checking out files and
I have four tables 1)Files in file room 2)People who check
out files 3)People who deliver files 4)File Check Out
Table (This table include barcode (Lookup frm Table 1)
delivered to (Lookup from Table 2) delivered by (Lookup
from Table 3) check out date, check in date and another
field named "status".
The status field is a yes/no that records whether the file
is checked in or out. I want to link this field to a
field of the same name in Table 1 (Files in file room).
This way, whenever I check out a file in the check out
table, the file will also change to "checked out" in Table
1 (files in file room).
I tried making a look up field titled "status" in the file
room table, but when I would change the status info in the
check out table the information would not change in the
file room table. How can I solve this? Or is there a
better way to design a file check out database for this
purpose.
Thank you very much for you time and effort,
Emily