Data storing and recalling
Posted: Fri Feb 18, 2011 12:37 pm
Hi guys,
I am in need of some help with data recalling and storing.
I'm working on something which requires the user to input a set of variables, and be able to recall all of those variables at a later time by entering any one of those variables.
For example:
The user inputs 1VarA, 1VarB, 1VarC and 1VarD. This is then stored somewhere.
Then the user inputs 2VarA, 2VarB, 2VarC and 2VarD. This is stored somewhere else.
Now, when the user wants to search for that set of variables all they need to do is type in one of those variables for the others to show up. So for the first set of variables to pop up the user needs to input any one of those 4 from the first set.
The main problem i am having is linking up those variables to one another. I can get the language to recall one of these variables but i need it to bring up the entire set. I just need to know how to link up these variables.
Thanks.
I am in need of some help with data recalling and storing.
I'm working on something which requires the user to input a set of variables, and be able to recall all of those variables at a later time by entering any one of those variables.
For example:
The user inputs 1VarA, 1VarB, 1VarC and 1VarD. This is then stored somewhere.
Then the user inputs 2VarA, 2VarB, 2VarC and 2VarD. This is stored somewhere else.
Now, when the user wants to search for that set of variables all they need to do is type in one of those variables for the others to show up. So for the first set of variables to pop up the user needs to input any one of those 4 from the first set.
The main problem i am having is linking up those variables to one another. I can get the language to recall one of these variables but i need it to bring up the entire set. I just need to know how to link up these variables.
Thanks.