IanMilly
Registered User.
- Local time
- Today, 15:34
- Joined
- Jun 1, 2004
- Messages
- 46
Hi,
I have created a serial number which is turned into a barcode to be used on some of my equipment. The serial number is made up from a letter which indicates the type of equipment, a date (mmyy) and an autonumber.
e.g. A0604000000001 - Type A, June 2004, Number 1
the Field names are CardType, Mandate and SerialNum
The complete (combined) number is created in the form
I want to be able to read the serial number back into the databse (when scanned) and be able to find the exact fields to which this item is linked to or add new linked field items to this number. How can i do this? How can i send the combined number back to a table or at least break the values back into their original format so that i can find the associated records of the piece of kit.
Thank you
Ian
I have created a serial number which is turned into a barcode to be used on some of my equipment. The serial number is made up from a letter which indicates the type of equipment, a date (mmyy) and an autonumber.
e.g. A0604000000001 - Type A, June 2004, Number 1
the Field names are CardType, Mandate and SerialNum
The complete (combined) number is created in the form
I want to be able to read the serial number back into the databse (when scanned) and be able to find the exact fields to which this item is linked to or add new linked field items to this number. How can i do this? How can i send the combined number back to a table or at least break the values back into their original format so that i can find the associated records of the piece of kit.
Thank you
Ian