I need to create a simple form (template) where the user can enter info into and print onto preprinted Haz Waste Labels.
Shipping Name _________________________
UN or NA# __________________________
etc.
I tried creating the form (template) using a table and formfields and it turned out good, however, I couldn't control the tab order the way I wanted because in the middle of the form (label) is some static text that I don't want to tab to. But with the exception of that it was good. I selected the option to print the data only so only the data was printing on my preprinted label.
Then I read where I could get around the tab order problem, using a UserForm. I tried that and it looked really good...I made it look just like the preprinted labels..even the colors. I had to change my formfields to bookmarks on the form (template) in order for the Userform to populate the form fields. The problem now is.. bookmarks are not data so I can't use the option to print data only and NOT everything including all my labels, lines, etc that are already on the preprinted labels).
I'd like to use the UserForm if there's some work-around.
Also, is there a way to hide the document form (template) when the UserForm is visible and users are typing in it?
Any help would be very, very much appreciated.
Using Word2000.
cjaye