View Full Version : Combo Box Help


cstanley
05-30-2002, 01:47 PM
Here's a question -

I have a form with a combo box that links to another table than the one based on the form. I'm using the form to draw data from the table, add some additional attributes, and placing the combined data into the table based on the form.

It all works great, except for that there is an associated field with the combo box that doesn't get updated when I make the combo box selection. How best to do this?

Thanks,

Chris

Pat Hartman
05-30-2002, 05:56 PM
You do not need to (nor should you) store this extra field. You can obtain it by joining to the lookup table or using DLookup() in a form/report.