F
Fuzzhead
I have the following:
Step #1: With my document open, I open my form and input information.
Step #2: When saving my form information back to my document I load all the
information into a variable. Each field is divided by a ‘\’. Each time I save
the form it added a new record to my variable.
Step #3: I open a new form with a Listbox and load it with my variable. So
in the list box you would see something like this: ‘10/26/2007\NO\Testing\No
change, it all looked good’ on the first line and if the form had been saved
a second time, the second line it would look like this:
‘10/31/2007\YES\Testing\No change, it all looked good’ and so on each time
the form is saved.
Can the following be done?
Step #4: I pick one of the items in the Listbox, then click on my command
button and it would load that information into text boxes in a different
form. The 10/26/2007 would go into TextBox1, ‘NO’ would go into TextBox2,
‘Testing’ into TextBox3 and so on.
Step #1: With my document open, I open my form and input information.
Step #2: When saving my form information back to my document I load all the
information into a variable. Each field is divided by a ‘\’. Each time I save
the form it added a new record to my variable.
Step #3: I open a new form with a Listbox and load it with my variable. So
in the list box you would see something like this: ‘10/26/2007\NO\Testing\No
change, it all looked good’ on the first line and if the form had been saved
a second time, the second line it would look like this:
‘10/31/2007\YES\Testing\No change, it all looked good’ and so on each time
the form is saved.
Can the following be done?
Step #4: I pick one of the items in the Listbox, then click on my command
button and it would load that information into text boxes in a different
form. The 10/26/2007 would go into TextBox1, ‘NO’ would go into TextBox2,
‘Testing’ into TextBox3 and so on.