Passing Variables like ASP

J

JCline

Is there a way that I can pass a variable from one form or
data access page to another? For example, in ASP you pass
a session variable like this:

http://www.anywebsite.com/memorial.asp?
Self_ID=306012&provider_id=125

I'd like to do this in a form that opens another form that
is tied to a query and the query runs the variable passed
which results in the form/data access page being updated.
Can this be done or how wouold you suggest to do it?
 
J

JohnFol

yes, either use OpenArgs, set a public variable in a module, or kep 1 form
hidden!
 
Top