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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

print 3 copies of the same form on the same page

Status
Not open for further replies.

donser

Programmer
Jul 31, 2001
7
US
Does anyone know exactly or have code that would allow the following:
1. First, I wish to create a data entry screen where a user would be able to enter an account number, then this process will access an VFP database.
2. When the user quits from this screen, the information about the account number, will be appended to another database.
3. Then I need to take each record, write it to an form, then print this form on an 8 1/2 by 11 paper 3 times. I will be printing 5 sheets of 3 items on each page. These final output is deposit slips for an bank account.

Thanks for your help. Hope what I'm asking is clear.

Don
 
donser

All of this? Sounds like a whole application. I charge $100/hour for this stuff :)

What is the problem exactly.
 
You could create a label form defining your report size. Put in a SKIP -1 for the first two labels using a UDF() or maybe the print when clause of a text box.

Dave S.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top