I have two tables
tblProducts
id Number
name Text
tblData
name Text
field1 Text
field2 Text
i have an relation one to one on the name field on both tables.
I want to display the values from field1 and field2 refered to the name i chose from the combobox. Hope you understand what i ment to say... ________
George, M
tblProducts
id Number
name Text
tblData
name Text
field1 Text
field2 Text
i have an relation one to one on the name field on both tables.
I want to display the values from field1 and field2 refered to the name i chose from the combobox. Hope you understand what i ment to say... ________
George, M