Populating a combo box

L

LHaro

Hi -

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

Thanks
 
F

fredg

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

Linq Adams via AccessMonster.com

The version of Access you're running could also be important in this
particular instance.
 
Top