|
Re: Passing value to multiple forms [message #83086 is a reply to message #83085] |
Tue, 05 August 2003 03:46  |
lars
Messages: 11 Registered: July 2002
|
Junior Member |
|
|
You problem description is rather vague but if i understand correctly you have a LOGIN FORM, from which you start FORM A and from there you go to FORM B.
In FORM B you want to know values used in the LOGIN FORM.
In my opinion you can only do this
a/ using globals (global.xxx)
b/ store the data in a temp table in your database
Greetz,
Lars
|
|
|