custom labels

H

hogan

i have a form for orders and on this form several individual sku numbers. i
would like to know how to choose an order and have those sku numbers on that
order print on labels. maybe i could have a command button on each order page
to execute the printing process. any help is very much appreciated.
 
L

Larry Linson

hogan said:
i have a form for orders and on this form
several individual sku numbers. i would like
to know how to choose an order and have
those sku numbers on that order print on labels.
maybe i could have a command button on each
order page to execute the printing process.

Reports do not get their data from Forms, but from Tables (perhaps via a
Query). Sometimes we use Forms to select what data we want to see on
particular reports. Perhaps if you would clarify with a little more detail
what you have and what you want to do, someone could make a useful
suggestion.

My guess is that you need to create (or adapt) some significant VBA code to
accomplish what you want.

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top