View Full Version : Labels


paulm
08-18-2005, 01:58 AM
Hi

We are trying to create a report that will print out as labels. However there is one slight problem. We need to be able to select where abouts on the page it prints so people can reuse the sheets of labels. Is this possible, if so how can we achieve it? :confused:

Regards

Paul

ColinEssex
08-18-2005, 02:29 AM
See MS KB No 95806

It explains the code on how to skip used labels and asks how many you want to print.

Col

paulm
08-18-2005, 03:17 AM
Hi Colin

Thanks for your help. That has solved that probelm for me.

Regards

Paul :)

Bioman
08-18-2005, 08:26 AM
Hi!

"See MS KB No 95806"

What is that?

Thanks!

ColinEssex
08-19-2005, 12:33 AM
Microsoft website - Knowledge Base number 95806

Microsoft give you the code to accomplish all sorts of things - in this case, how to start labels printing wherever you like on the page and how many you want to print.

Col

Bioman
08-19-2005, 05:00 AM
Thank you!