G
Guest
This was more challenging that I expected.
for KB 125648 if you use a form to enter a record that is not in the list,
how can it be further adjusted to accept a totally different value from what
is originally entered?
For example: you enter 1111 and the routine says:
"1111 is not in the list would you like to add it?"
You respond - YES, and then your AddForm comes up
You decide that you really wanted to add 2222 so you change it in the AddForm.
however, the not-in-list still wants 1111 so NADA!
YET, the record in your ADDForm WAS added (of course)
I thought all I needed to do was change the NewData variable,
but it makes no difference because the routine just assumes that you'll
enter the same thing that you originally typed on the main form.
How can I make this routine run and accept what was entered in the form no
matter what?
for KB 125648 if you use a form to enter a record that is not in the list,
how can it be further adjusted to accept a totally different value from what
is originally entered?
For example: you enter 1111 and the routine says:
"1111 is not in the list would you like to add it?"
You respond - YES, and then your AddForm comes up
You decide that you really wanted to add 2222 so you change it in the AddForm.
however, the not-in-list still wants 1111 so NADA!
YET, the record in your ADDForm WAS added (of course)
I thought all I needed to do was change the NewData variable,
but it makes no difference because the routine just assumes that you'll
enter the same thing that you originally typed on the main form.
How can I make this routine run and accept what was entered in the form no
matter what?