How do I find the code behind a Combo box?

  • Thread starter Thread starter Frank Martin
  • Start date Start date
F

Frank Martin

I am trying to trace the procedure on a form design but I cannot find the
code that drives a particular Conbo box.
Can someone tell me where this code is stored?
I have Access2000 and WindowsXP
Thanks, Frank
 
I am trying to trace the procedure on a form design but I cannot find the
code that drives a particular Conbo box.
Can someone tell me where this code is stored?
I have Access2000 and WindowsXP
Thanks, Frank

Combo Boxes get their data from their RowSource property.
If the RowSource property is blank, then it is being set by code in a
code module.
 

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