G
Guest
I have a field called [company] on a continuous form. There are three
drop-down options in this field (in a combobox). All records will have the
same value until the next time the form is opened. And all new records
created HAVE to have the same [company] value as the rest.
Below is my code that is on the 'OnLoad' event for the form
[AccountingDetailsForm], but this only works for text fields. What needs to
change for a combobox selection?
Me.Company.DefaultValue = """" & Me.Company.Value & """"
drop-down options in this field (in a combobox). All records will have the
same value until the next time the form is opened. And all new records
created HAVE to have the same [company] value as the rest.
Below is my code that is on the 'OnLoad' event for the form
[AccountingDetailsForm], but this only works for text fields. What needs to
change for a combobox selection?
Me.Company.DefaultValue = """" & Me.Company.Value & """"