eclecticbmxer
Registered User.
- Local time
- Today, 18:32
- Joined
- Jul 9, 2002
- Messages
- 10
Hello,
In a form, I have a combo box that is supposed to start off empty, but then display the current pay period in the drop down list (unless the user holds down the shift button as they click on it, which displays all pay periods). The control is bound to the txtPayPeriod field in tblHours.
Anyway, after I altered some code in the AfterUpdate event, the combo box initially takes on the first value in the txtPayPeriods field. I set the Default Value property to Null, but it still shows up. Once I click on it to show the drop down list, the correct value shows up.
This one has me stumped (not hard to do
).
Please reply if you can offer any suggestions.
Thanks a lot.
In a form, I have a combo box that is supposed to start off empty, but then display the current pay period in the drop down list (unless the user holds down the shift button as they click on it, which displays all pay periods). The control is bound to the txtPayPeriod field in tblHours.
Anyway, after I altered some code in the AfterUpdate event, the combo box initially takes on the first value in the txtPayPeriods field. I set the Default Value property to Null, but it still shows up. Once I click on it to show the drop down list, the correct value shows up.

This one has me stumped (not hard to do

Please reply if you can offer any suggestions.
Thanks a lot.
