Sychronizing a combo box name to the form name

  • Thread starter Thread starter G. Vaught
  • Start date Start date
G

G. Vaught

I swear as I get older, I get more forgetful. I've done this before, but its
been about five years since I used the code.

I have a lookup box on a form to choose a record. Howver when I use the
navigation arrows I want the the name in the combo to change when the record
changes. I checked Microsoft Knowledge Base and I looked briefly under the
two Forms newsgroups.

Can someone refresh my feeble mind on the code and where it goes.
 
G.,

I suppose the code would go on the Current event of the form. And I
suppose it would be something like this:
Me.YourCombobox = <whatever it is>

If you're doing what I think you're doing, for myself I would usually
prefer to leave a combobox whose purpose is to select specific records,
blank except when it is being used for that navigation purpose.
 
Back
Top