Sychronizing a combo box name to the form name

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.
 
S

Steve Schapel

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top