T
TKM
I have the following code in my OnLoad event on my form. It works perfectly
except it changes everything to "Pending" when the form opens. I need to
haved "Pending" which is number 9 (associatied with pending) be the default
on my cbo. If the user wants to change the selection they can but not have
pending for all records when the form opens. How can I do this? Please help!
Me.InsuranceConsultant.Value = Me.InsuranceConsultant.ItemData(2)
except it changes everything to "Pending" when the form opens. I need to
haved "Pending" which is number 9 (associatied with pending) be the default
on my cbo. If the user wants to change the selection they can but not have
pending for all records when the form opens. How can I do this? Please help!
Me.InsuranceConsultant.Value = Me.InsuranceConsultant.ItemData(2)