This is probably very basic but I am having to teach myself VB after a background in Paradox for DOS.
I have a VB form which allows the user to request labels for a given zip code range. From this form I call another form which prompts the user to put labels in the printer before building and printing the labels. I need to know how to have Form2 return to Form1 either True or False based on the button pushed on Form2 ("Print Labels" or "Cancel Labels".
I am confused about the scope of variables. I don't really want to declare a global variable for the whole project just for these two modules.
Thanks Linda
I have a VB form which allows the user to request labels for a given zip code range. From this form I call another form which prompts the user to put labels in the printer before building and printing the labels. I need to know how to have Form2 return to Form1 either True or False based on the button pushed on Form2 ("Print Labels" or "Cancel Labels".
I am confused about the scope of variables. I don't really want to declare a global variable for the whole project just for these two modules.
Thanks Linda