Passing variables between forms in VB

  • Thread starter Thread starter jazFunk
  • Start date Start date
  • Tags Tags
    Forms Variables
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
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?