Combo Box Relation

J

jk

I have account numbers and each of them have a description. Is there a way to
have the user select a visable account description via a drop down list then
the related account would fill in another field which would not be visable on
the form? Is combo box used for this?
 
L

Larry Daugherty

You can use the AfterUpdate event of the combobox to write data to an
invisible control on your form.

HTH
 
Top