associates
Registered User.
- Local time
- Today, 11:00
- Joined
- Jan 5, 2006
- Messages
- 94
Hi,
I was wondering if anyone might be able to help me here. I was trying to set a defaultvalue for the combobox on another form. It works but shows a different value from what i want it to be.
After clicking the button, the value of the combobox becomes 182.727 instead of 2010/11.
Thank you in advance
I was wondering if anyone might be able to help me here. I was trying to set a defaultvalue for the combobox on another form. It works but shows a different value from what i want it to be.
Code:
Private Sub CM_SetDefaultYear_Click()
[Forms]![CHW_Startup]!CB_Year.DefaultValue = "2010/11"
End Sub
After clicking the button, the value of the combobox becomes 182.727 instead of 2010/11.
Thank you in advance