problem with autopopulating a field

A

Andre Grujovski

I had a question a week ago about automatically populating a text-box with
data from a table that I have. The form has a combo box for "Formula", and
when the user selects the item from the combo box, then two text-boxes for
"Company" and "Product Code" are automatically filled in. I did this by using
a DLookUp(The DLookup looks at a table with 3 column in it). I placed the
Dlookup function in the control source. The problem now is: THE DATA DOESN'T
SHOW UP IN THE TABLE ASSOCIATED WITH THE FORM???? What do I do?
 
Top