Jchristensen
Registered User.
- Local time
- Yesterday, 16:36
- Joined
- Aug 2, 2006
- Messages
- 14
Good Morning,
I have a simple question, that might have a simple answer yet i do not have any knowledge of it.
My problem is this, I have a form that has multiple text boxes. One of the text boxes is a "project number". Some of the other fields are town, state, and another field called a wirecenter that identifys a town area.
Project numbers all have there own fields above.
EX:
Now, i thought i could have if else statements saying if they inputted "JXC108AC" then it puts in these details into the fields. I want to do this to reduce the amount of typing and reduce the probability of mistyping or user input error.
I have multiple project numbers (around 40) so if anyone could help me to an easy solution please let me know.
PS: it cant just pull the information, it has to store it also.. so no Dlookups and such.
So, input project number > retrieve data / autofill > store data along with job number
Thanks for the review of my problem!
Sincerly,
Jon
I have a simple question, that might have a simple answer yet i do not have any knowledge of it.
My problem is this, I have a form that has multiple text boxes. One of the text boxes is a "project number". Some of the other fields are town, state, and another field called a wirecenter that identifys a town area.
Project numbers all have there own fields above.
EX:
Project Number: JCX108AC
State: MA
Town: Lawrence
Wire Center: 1234
Now, i thought i could have if else statements saying if they inputted "JXC108AC" then it puts in these details into the fields. I want to do this to reduce the amount of typing and reduce the probability of mistyping or user input error.
I have multiple project numbers (around 40) so if anyone could help me to an easy solution please let me know.
PS: it cant just pull the information, it has to store it also.. so no Dlookups and such.
So, input project number > retrieve data / autofill > store data along with job number
Thanks for the review of my problem!
Sincerly,
Jon