Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print queue

Status
Not open for further replies.

Namlop

Programmer
Nov 8, 2002
36
NL
Is it possible to make your own print queue?

I've made a form that can't be printed the normal way.
If i want to print out all records i have to do the following:
DoCmd.PrintOut acSelection
DoCmd.GoToRecord , , acNext

I've got 51 records, so in this case it means i've got 51 print jobs. I'd like to change this into 1 print job.

Has anyone got any suggestions? I love work.
I can just sit and look at it for hours.
 
how about a report? (-:
Remember amateurs built the ark - professionals built the Titanic

[yoda]
 
Lol, that was my first intention.
But some field have to be calculated in a way that reports can't handle. So i had no other option then to use forms. I love work.
I can just sit and look at it for hours.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top