Mark Stones
02-05-2001, 01:45 AM
Hello.
Scenario.
I have a table (tblA) which contain products IDS. This table is linked to another table (tblb)of serial numbers using the product ids. I use a form with tblA with tblb as a subform. All serial numbers are unique for every product. Eg: pcb1 has a serial number AA0001 & pcb2 has a serial number of ZZ0001. The two letters prefixed in the serial number are used to determine which product it is for.
Problem.
I would like to know if it is possible to 'validate' or set masks for these serial number prefixes depending on which product is selected so that the correct prefix is entered in new records.
Thankyou
Mark
Scenario.
I have a table (tblA) which contain products IDS. This table is linked to another table (tblb)of serial numbers using the product ids. I use a form with tblA with tblb as a subform. All serial numbers are unique for every product. Eg: pcb1 has a serial number AA0001 & pcb2 has a serial number of ZZ0001. The two letters prefixed in the serial number are used to determine which product it is for.
Problem.
I would like to know if it is possible to 'validate' or set masks for these serial number prefixes depending on which product is selected so that the correct prefix is entered in new records.
Thankyou
Mark