I have several comboboxes on a form. Once I insert my current fields in the table I need to reset the comboboxes to their default values so the user can process the next entry.
I tried
Me.EMPLOYEE_ID.Value = Me.EMPLOYEE_ID.DefaultValue
but that just makes it equal to "Me.EMPLOYEE_ID.DefaultValue"
Thanks for the help!
Simi
I tried
Me.EMPLOYEE_ID.Value = Me.EMPLOYEE_ID.DefaultValue
but that just makes it equal to "Me.EMPLOYEE_ID.DefaultValue"
Thanks for the help!
Simi