S
Sean
I am trying to write a new app and want to enable the user to put values in
any text field and have the app able to pull the required info from whatever
field the user states it is in.
Example: The user, in a form, would choose that Text1 holds the data
dim t as task
dim tempfield as ???
Psuedo code:
select case userinput
case = Text1
tempfield = pjtasktext1
end select
Then later I want to alter the contents of that field
t.tempfield = "test"
So then that task would have the word "test" in text1
Is this possible?
Thanks,
Sean
any text field and have the app able to pull the required info from whatever
field the user states it is in.
Example: The user, in a form, would choose that Text1 holds the data
dim t as task
dim tempfield as ???
Psuedo code:
select case userinput
case = Text1
tempfield = pjtasktext1
end select
Then later I want to alter the contents of that field
t.tempfield = "test"
So then that task would have the word "test" in text1
Is this possible?
Thanks,
Sean