Populating a combo box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi -

I am trying to populate a combo box using vba? Can anyone help direct me in
the right direction?

Thanks
 
Hi -

I am trying to populate a combo box using vba? Can anyone help direct me in
the right direction?

Thanks

Using VBA?
Populating it with what?

Me![ComboName].RowSource = "Select blah blah blah"

If you want more detailed information, you will need to post more
details about what you are doing and when.
 
The version of Access you're running could also be important in this
particular instance.

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
 

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

Back
Top