D
David Pelizzari
I am working with a pre-existing database that has two different forms to
print (labels) depending on what kind of item they are printing the label
for. Each item has a letter code to define what type of item it is, and the
types are fixed (static list). The users currently have to pick either Label
A or Label B to print the correct label. My question is, how would I build
or modify the print event to specify "if type=B or C, print label 2, else
print label 1". Sorry for being simplistic, I get these thrown at me from
left field all the time. I am not a VB or Access programmer, so please be
kind with the responces
print (labels) depending on what kind of item they are printing the label
for. Each item has a letter code to define what type of item it is, and the
types are fixed (static list). The users currently have to pick either Label
A or Label B to print the correct label. My question is, how would I build
or modify the print event to specify "if type=B or C, print label 2, else
print label 1". Sorry for being simplistic, I get these thrown at me from
left field all the time. I am not a VB or Access programmer, so please be
kind with the responces