G
Guest
HI there.
I have a combo box on my form. When I click it, I want to have it populate
the other fields on my form.
This is an order form so when I click part abc, I want the price and
description fields to be filled in.
My parts table has an intPart key field, my orders table has this same field
as well as my suppliers part number.
I have related the two tables in a one to many relationship, enforcing
referential integrity.
What am I doing wrong here?
Thanks!
John
I have a combo box on my form. When I click it, I want to have it populate
the other fields on my form.
This is an order form so when I click part abc, I want the price and
description fields to be filled in.
My parts table has an intPart key field, my orders table has this same field
as well as my suppliers part number.
I have related the two tables in a one to many relationship, enforcing
referential integrity.
What am I doing wrong here?
Thanks!
John