Hello Everyone.
I was wondergin if anyone knows how i can update my fomr fields when selecting a combobox value. For example i have a table that has say these fields
ItemNo
ItemWeight
ItemDescription
It is the primary table for ItemNo and has refernetial integrity checked as well as cascade values.
I have a secomd table with the fileds
ItemNo
NetWeights
GrossWeight
CasePerLayer
I created a from based on table 2. The form has a combp box were i selecet ItemNo from table one and it fills in the value under ItemNo in table 2. I want to display the otherfields in Table one in my form but cannot do this. So for example if a choose a aprticular ItemNo in the fomr i want to see the information for the other fileds in table one as well in the form, i also want them to update if i chose a new ItemNo before adding a record.
Any ideas?
I was wondergin if anyone knows how i can update my fomr fields when selecting a combobox value. For example i have a table that has say these fields
ItemNo
ItemWeight
ItemDescription
It is the primary table for ItemNo and has refernetial integrity checked as well as cascade values.
I have a secomd table with the fileds
ItemNo
NetWeights
GrossWeight
CasePerLayer
I created a from based on table 2. The form has a combp box were i selecet ItemNo from table one and it fills in the value under ItemNo in table 2. I want to display the otherfields in Table one in my form but cannot do this. So for example if a choose a aprticular ItemNo in the fomr i want to see the information for the other fileds in table one as well in the form, i also want them to update if i chose a new ItemNo before adding a record.
Any ideas?