passing parameters

B

Byron

As always, there is more than one way to accomplish the
desired results in Access.

One way is to simpley create variables to hold the info
you want to take to the next form. Then read the info
into each of the variables. Then after opening the next
form assign the value of each variable to the appropriate
field.

You can us the OpenArgs argument of the OpenForm method.
Check out the help file for info on this one.

HTH

Byron
 

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