Default value based on field in a tableon combobox?

  • Thread starter Thread starter Jen
  • Start date Start date
J

Jen

Can you assign a default value to a combo box based on a field in a table?

Jen
 
yes just use the defaultValue property.
typically, your combobox has a rowsource attached - say a query attached to
it.
in addition, you could use code to the default value - say on a form current
or other event
including the enter event of the combobox.
HS
 

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