Passing Variables like ASP

  • Thread starter Thread starter JCline
  • Start date Start date
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?
 
Back
Top