back2basic
Registered User.
- Local time
- Today, 10:18
- Joined
- Feb 19, 2013
- Messages
- 113
Can anyone help me figure out why am having problems writing to this textbox on my form?
Textbox name is: Last_Name
Text Control Source is :Last_Name
Line of code is :
I get the following data in the textbox " #Name?"
and the error:
" You cannot assign a value to this object"
Textbox name is: Last_Name
Text Control Source is :Last_Name
Line of code is :
Code:
Me.Last_Name = Me.Combo0.Column(4)
I get the following data in the textbox " #Name?"
and the error:
" You cannot assign a value to this object"