I am using VB6 and MS Access for my project.
I have to make a printable page to print slips(8 on 1 page) with attributes name, id etc to be retrieved from the database for each slip.
how should I approach for this? Is there any tool in vb for this

Recommended Answers

All 2 Replies

Hi akssps011,
I think this can also be done by using Data Report in VB. If you are not familar with Data Report then you can use MDI Form.

Thankx

Using the Printer object, you could use its currentx and currenty properties to line up your text before you enddoc it...

Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.