Hello,
I have a form in Access with a text box called ChooseZone. I want to put the value of ChooseZone.Text into a variable called ThisText like so:
ThisText = ChoozeZone.Text
but when I run the application, the above line gets the oh-so-descriptive error "Object Required".
What gives? Shouldn't this be a simple operation?
Thanks,
* Robinson
I have a form in Access with a text box called ChooseZone. I want to put the value of ChooseZone.Text into a variable called ThisText like so:
ThisText = ChoozeZone.Text
but when I run the application, the above line gets the oh-so-descriptive error "Object Required".
What gives? Shouldn't this be a simple operation?
Thanks,
* Robinson