Default value based on field in a tableon combobox?

  • Thread starter Thread starter Jen
  • Start date Start date
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
 
Back
Top