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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top