Passing variables between forms in VB

  • Thread starter Thread starter jazFunk
  • Start date Start date
  • Tags Tags
    Forms Variables
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 6K views
jazFunk
Messages
12
Reaction score
0
I need to pass variables from one form to another for printing purposes. I'm using the PrintForm component to print the form.

I'm familiar with this concept using VBScript and .asp... However, I am at a loss for how to do so using VB 2008.
 
Physics news on Phys.org
I never tried printing nor VB 2008, but have you try declaring public variables in modules?