PDA

Click to See Complete Forum and Search --> : Mailing labels


DKnafo
Aug 16th, 1999, 08:48 AM
I was wondering if someone can tell me how to set up mailing labels in VB 6? the data (adderesses) will be coming from an access database. Whats a good way to set this up?

absolut
Aug 17th, 1999, 05:35 PM
I haven't worked much with VB reports (yet)
Most of my projects heavily involve databases.
But this might help you come up with a solution.
Create a report with label formatting (Most programs support common label designs.
) Create a recordset from the desired addresses as the source for the report, then place the fields <Name> <Address> <City> etc. In the desired positions.

HTH