M
meileigh
I have a database to track the serial numbers on phones coming in and going
out.
I have created two tables (Serials_IN and Serials_OUT)
Table Name: Serials_IN
DEC_SN -Text
SN_IN_ID - autonumber
TimeStamp
Serials_OUT
DEC_SN - Text
SN_OUT_ID - Autonumber
TimeStamp
I have forms set up for people to scan a serial number in and a separate
form to scan a serial out.
I want to set up the Serials_OUT table so that you cannot scan a serial
number out that is not already in the Serials_IN table. In other words you
can't sell the phone if you don't have it in inventory.
out.
I have created two tables (Serials_IN and Serials_OUT)
Table Name: Serials_IN
DEC_SN -Text
SN_IN_ID - autonumber
TimeStamp
Serials_OUT
DEC_SN - Text
SN_OUT_ID - Autonumber
TimeStamp
I have forms set up for people to scan a serial number in and a separate
form to scan a serial out.
I want to set up the Serials_OUT table so that you cannot scan a serial
number out that is not already in the Serials_IN table. In other words you
can't sell the phone if you don't have it in inventory.