A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

printing the same report multiple times from one line item



 
 
Thread Tools Display Modes
  #1  
Old November 21st, 2005, 01:49 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default printing the same report multiple times from one line item

Does anyone know how to trigger a report to print as many times as a value in
a textbox.
I would need to use this in a ticketing system.

eg. a group buys 8 tickets, i create one line item and change the quantity
field to 8, i then need to click on a button to print 8 tickets.

please bear in mind that i am using Access2 and it does not have a lot of
features as the later versions.
Any help or advice would be appreciated.

  #2  
Old November 21st, 2005, 02:05 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default printing the same report multiple times from one line item

You might want to try:
-create a table of numbers: tblNums
-add a single, numeric field: Num
-add records for values 1 through your maximum ticket quantity
-add tblNums to your report's record source
don't join it to other tables
-add the Num field to the query grid
-set the criteria under the [Num] column to
=[Forms]![frmYourForm]![txtNumOfTickets]

This will print a single report with mutliple copies of the same record.

--
Duane Hookom
MS Access MVP
--

"puso" wrote in message
news
Does anyone know how to trigger a report to print as many times as a value
in
a textbox.
I would need to use this in a ticketing system.

eg. a group buys 8 tickets, i create one line item and change the quantity
field to 8, i then need to click on a button to print 8 tickets.

please bear in mind that i am using Access2 and it does not have a lot of
features as the later versions.
Any help or advice would be appreciated.



  #3  
Old November 22nd, 2005, 09:06 AM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default printing the same report multiple times from one line item

i dont fuly understand your post , i have done what you have said refrencing
it to my forms and textbox but it still gives me an error an doesnt work.
is this the pnly way to fix my problem or is there another way?
ive been told to try coding in my reports on print command , do you know
anthing about this?
also bear in mind that i am using access2.0

"Duane Hookom" wrote:

You might want to try:
-create a table of numbers: tblNums
-add a single, numeric field: Num
-add records for values 1 through your maximum ticket quantity
-add tblNums to your report's record source
don't join it to other tables
-add the Num field to the query grid
-set the criteria under the [Num] column to
=[Forms]![frmYourForm]![txtNumOfTickets]

This will print a single report with mutliple copies of the same record.

--
Duane Hookom
MS Access MVP
--

"puso" wrote in message
news
Does anyone know how to trigger a report to print as many times as a value
in
a textbox.
I would need to use this in a ticketing system.

eg. a group buys 8 tickets, i create one line item and change the quantity
field to 8, i then need to click on a button to print 8 tickets.

please bear in mind that i am using Access2 and it does not have a lot of
features as the later versions.
Any help or advice would be appreciated.




  #4  
Old November 22nd, 2005, 01:43 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default printing the same report multiple times from one line item

Stating "gives me an error an doesnt work" suggests you aren't willing to
help us with your issue. We can't see your error message or your results.

Can you share the SQL view of your query?

--
Duane Hookom
MS Access MVP


"puso" wrote in message
...
i dont fuly understand your post , i have done what you have said
refrencing
it to my forms and textbox but it still gives me an error an doesnt work.
is this the pnly way to fix my problem or is there another way?
ive been told to try coding in my reports on print command , do you know
anthing about this?
also bear in mind that i am using access2.0

"Duane Hookom" wrote:

You might want to try:
-create a table of numbers: tblNums
-add a single, numeric field: Num
-add records for values 1 through your maximum ticket quantity
-add tblNums to your report's record source
don't join it to other tables
-add the Num field to the query grid
-set the criteria under the [Num] column to
=[Forms]![frmYourForm]![txtNumOfTickets]

This will print a single report with mutliple copies of the same record.

--
Duane Hookom
MS Access MVP
--

"puso" wrote in message
news
Does anyone know how to trigger a report to print as many times as a
value
in
a textbox.
I would need to use this in a ticketing system.

eg. a group buys 8 tickets, i create one line item and change the
quantity
field to 8, i then need to click on a button to print 8 tickets.

please bear in mind that i am using Access2 and it does not have a lot
of
features as the later versions.
Any help or advice would be appreciated.






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I link 1 form to several tables? Mico Using Forms 7 July 6th, 2005 07:36 PM
Need Help In Printing Current Record in Specific Report RNUSZ@OKDPS Setting Up & Running Reports 1 May 16th, 2005 09:06 PM
Multiple Report printing for current record from check box terry New Users 6 April 14th, 2005 09:29 PM
Printing Multiple Records of Same Report R. Prescott Setting Up & Running Reports 1 April 12th, 2005 07:11 PM
Why is my report asking for my parameters multiple times? BettyB Setting Up & Running Reports 1 September 15th, 2004 06:14 PM


All times are GMT +1. The time now is 09:36 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.