IanMilly
Registered User.
- Local time
- Today, 00:03
- Joined
- Jun 1, 2004
- Messages
- 46
Hi
I am putting together a dB which will be used in logging equipment to be sent out to customers using a barcode system .
I have so far made a few tables so far which are linked in a one-to-many format.
There will be further tables and fields to be placed in these tables (i don't want to do loads and find out it is all wrong - again!!)
I will create a Serialnumber in a separate dB (or unrelated tables). The tables shown here are an example of when the barcode/serialnumber is read into the system. I want to be able to record the serial number against a "Panel" (cabinet), which is under a certain project number which has been assigned to a customer. All settings of the individually serial coded cards shall be recorded in the in TblCardSettings.
The serial numbers will have been previously created and the value of the serial code will be either typed or scanned in (using a barcode).
I have made forms which are linked to the tables directly - is this a mistake?
If I wanted to use the serialnumber to find the customer Id (for instance), how could i do htis - i can do this for linked tables using the unmatched query - is it possible to search through a value in a field at one end of the design in order to retrieve the original table (ie using Settings (tblCardsetting) to find out the contactname (tblCustomer).
Is my design on the right tracks? If queries are needed could you pls explain how to impliment the design.
Would be grateful for any help
Thanks
Ian
(see attachment for Relationship of tables)
I am putting together a dB which will be used in logging equipment to be sent out to customers using a barcode system .
I have so far made a few tables so far which are linked in a one-to-many format.
There will be further tables and fields to be placed in these tables (i don't want to do loads and find out it is all wrong - again!!)
I will create a Serialnumber in a separate dB (or unrelated tables). The tables shown here are an example of when the barcode/serialnumber is read into the system. I want to be able to record the serial number against a "Panel" (cabinet), which is under a certain project number which has been assigned to a customer. All settings of the individually serial coded cards shall be recorded in the in TblCardSettings.
The serial numbers will have been previously created and the value of the serial code will be either typed or scanned in (using a barcode).
I have made forms which are linked to the tables directly - is this a mistake?
If I wanted to use the serialnumber to find the customer Id (for instance), how could i do htis - i can do this for linked tables using the unmatched query - is it possible to search through a value in a field at one end of the design in order to retrieve the original table (ie using Settings (tblCardsetting) to find out the contactname (tblCustomer).
Is my design on the right tracks? If queries are needed could you pls explain how to impliment the design.
Would be grateful for any help
Thanks
Ian
(see attachment for Relationship of tables)