N
Nick D
I have a combo box that selects 1 of 7 different values.
I want to how to write the code so that I can have the
last selection made on that form saved so it can become
the default the next time I open the form. I have tried
this code and it doesn't seem to work:
Choose_MESD_Employee.DefaultValue = """" &
Me.Choose_MESD_Employee & """"
DoCmd.Save acForm, Me.Name
Thank you,
Nick
I want to how to write the code so that I can have the
last selection made on that form saved so it can become
the default the next time I open the form. I have tried
this code and it doesn't seem to work:
Choose_MESD_Employee.DefaultValue = """" &
Me.Choose_MESD_Employee & """"
DoCmd.Save acForm, Me.Name
Thank you,
Nick