custom labels

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 
Back
Top