S
sgtschultz1981
Here is a detail example of what I am trying to do.
Delta Q table
Field=Charger, Data Type=Autonumber(Primary Key)
Field=Serial Number, Data Type=Text
LSV Table
Field=LSV-2472, Data Type=Autonumber(Primary Key)
Field=Serial Number, Data Type=Text
Field=Charger, Data Type=Number(Foreign Key)
That is how I have the two tables set up.
Now for each LSV that is auto numbered I need two Delta Q charger serial
numbers to go with it. here is an example
I have a one to one relationship between the two tables from Charger(primary
Key) on the Delta Q table to Charger(Foreign Key) on the LSV table.
Delta Q table info
1(Autonumbered) 1234(serial number I input)
2(Autonumbered) 5678(serial number I input)
LSV table what I am trying to do on the but I can't
1(Autonumbered) 000112(serial number I input)
!!!Problem I need to assign Both 1 and 2 (autonumbers) from the Delta Q
table into this one field(charger foreign key) because each LSV has two Delta
Q chargers inside it and i need to show both of their serial numbers.
Hope this is a detailed enough explaination. Once again thank you very much
for your time and patience.
Josh
Delta Q table
Field=Charger, Data Type=Autonumber(Primary Key)
Field=Serial Number, Data Type=Text
LSV Table
Field=LSV-2472, Data Type=Autonumber(Primary Key)
Field=Serial Number, Data Type=Text
Field=Charger, Data Type=Number(Foreign Key)
That is how I have the two tables set up.
Now for each LSV that is auto numbered I need two Delta Q charger serial
numbers to go with it. here is an example
I have a one to one relationship between the two tables from Charger(primary
Key) on the Delta Q table to Charger(Foreign Key) on the LSV table.
Delta Q table info
1(Autonumbered) 1234(serial number I input)
2(Autonumbered) 5678(serial number I input)
LSV table what I am trying to do on the but I can't
1(Autonumbered) 000112(serial number I input)
!!!Problem I need to assign Both 1 and 2 (autonumbers) from the Delta Q
table into this one field(charger foreign key) because each LSV has two Delta
Q chargers inside it and i need to show both of their serial numbers.
Hope this is a detailed enough explaination. Once again thank you very much
for your time and patience.
Josh