T
TKM
I have this code in my subform Me.InsuranceConsultant.Value =
Me.InsuranceConsultant.ItemData(2).
It sets the 3rd selection in my cbo box as the default. This works fine but
if a user wants and selects a different selection from the cbo it changes it
back to pending everytime the form opens.
How do I set it so it does not change the record unles the user wants it
changed?
Thanks
Me.InsuranceConsultant.ItemData(2).
It sets the 3rd selection in my cbo box as the default. This works fine but
if a user wants and selects a different selection from the cbo it changes it
back to pending everytime the form opens.
How do I set it so it does not change the record unles the user wants it
changed?
Thanks