passing parameters

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