J
James C.
I have a form that asks the user to input their name,manager,territoy. This
is done by text fields. I then have a button that calls a function (ie.
Main().
What I want to happen
I want the user to input the information in the 3 text fields, then when
they push the OK button, it takes the their information and associates it
with some variables so that I can use it in my public function, main().
Right now in the properties of the text fields I have the names set to
txtName
txtManager
txtTerritory
However, I have them as Unbound (which is where I am thinking my mistake
might be)
Any ideas?
is done by text fields. I then have a button that calls a function (ie.
Main().
What I want to happen
I want the user to input the information in the 3 text fields, then when
they push the OK button, it takes the their information and associates it
with some variables so that I can use it in my public function, main().
Right now in the properties of the text fields I have the names set to
txtName
txtManager
txtTerritory
However, I have them as Unbound (which is where I am thinking my mistake
might be)
Any ideas?