E
ericb
I have 3 tables
Product with : ID_product, name, ref_orthotic
Orthotic table with : ID_orthotic, name, ref_base, ref_top, ref_middle
Material table : ID_material, name, density, color
Related like this :
One to many Orthotic to Product
One to many Material to Orthotic. ref_base, ref_top, ref_middle(3 links)
In a Product form I want a combobox to select an orthotic. It shows me the
name and numbers for ref_base, ref_top, ref_middle.
I want to see the name of the material that is ref_base, ref_top and
ref_middle point to. Not the number of the pointer.
How do I get the name of the material that ref_base points to ?
Thank you for the help
Product with : ID_product, name, ref_orthotic
Orthotic table with : ID_orthotic, name, ref_base, ref_top, ref_middle
Material table : ID_material, name, density, color
Related like this :
One to many Orthotic to Product
One to many Material to Orthotic. ref_base, ref_top, ref_middle(3 links)
In a Product form I want a combobox to select an orthotic. It shows me the
name and numbers for ref_base, ref_top, ref_middle.
I want to see the name of the material that is ref_base, ref_top and
ref_middle point to. Not the number of the pointer.
How do I get the name of the material that ref_base points to ?
Thank you for the help