S
Sproul
I have a form where i submit data to a database, but i would like to use some
of that data to send to another page, where i run another query, so rather
than retyping the data to submit again, can i have the data carry accross to
the other page and fill in a data field?
Is there a way i can create it as a "Session" variable.
The basics of what i want to do is, i have two databases (they have to be
seperate), one is for repairs and another is for "fault reporting", After
logging the Repair i want to the use the "equipment ID", to find the last
entry in the "fault reporting" database, at which point i update using the
Record ID to update the database.
Thanks
of that data to send to another page, where i run another query, so rather
than retyping the data to submit again, can i have the data carry accross to
the other page and fill in a data field?
Is there a way i can create it as a "Session" variable.
The basics of what i want to do is, i have two databases (they have to be
seperate), one is for repairs and another is for "fault reporting", After
logging the Repair i want to the use the "equipment ID", to find the last
entry in the "fault reporting" database, at which point i update using the
Record ID to update the database.
Thanks