Easy Question

kevygee

Registered User.
Local time
Today, 09:40
Joined
Jun 7, 2005
Messages
32
I want to use an unbound textbox on a form. And I want the user to be able to put a value in this textbox.

I have a form that I want only to have a textbox and a button. When the button is clicked, the text in the field is used to do a couple things. When I try making an unbound textbox, it won't let me edit.

Is this possible?
 
i think i was mislead by your title

I want to use an unbound textbox on a form. And I want the user to be able to put a value in this textbox.
Ok
I have a form that I want only to have a textbox and a button.
Ok
When the button is clicked, the text in the field is used to do a couple things.
Ok
When I try making an unbound textbox, it won't let me edit.
huh?
Is this possible?
is what possible?

keep in mind that if the text box is unbound, it has no ControlSource. You will need to do some programing to tell the form what to do with the data in that field.. do you have any code behind your button we can see?
 
Last edited:

Users who are viewing this thread

Back
Top Bottom