Hello all,
I'm trying to make this work, but dunno how.
I have a tblProducts table that consists of:
ID_Products (autonumber)
Product(text)
PartNumber1 (number)
Partnumber2(number)
I have an input form where i have a combobox thats related to that tblProducts that lists a series of products.
The field next to it deliveres the ID_Number associated to that Product
Now what i'm trying to do is retrieve (automatically) the products PartNumber1 and PartNumber2 based on the ID_Products primary key.
Is this possible?
Thanks in advance for your help.
Regards,
Ode.
I'm trying to make this work, but dunno how.
I have a tblProducts table that consists of:
ID_Products (autonumber)
Product(text)
PartNumber1 (number)
Partnumber2(number)
I have an input form where i have a combobox thats related to that tblProducts that lists a series of products.
The field next to it deliveres the ID_Number associated to that Product
Now what i'm trying to do is retrieve (automatically) the products PartNumber1 and PartNumber2 based on the ID_Products primary key.
Is this possible?
Thanks in advance for your help.
Regards,
Ode.