Newbie: Labels & Data

  • Thread starter Thread starter Deon
  • Start date Start date
D

Deon

Hi there,

this is my first attempt at something like this:
We have just bought a label printer to print our own labels for our
products.
The size of the label is 70mm wide by 4.4cm height.
I have the following questions:
1. Is it possible to create a template with our Company Logo and contact
details to appear on all Labels.
2. Is it possible that apart from 3 or 4 things that must ALWAYS be on
every label, to have these labels populated from data in an Access DB?

I know the answers to these questions might be obvious, but I'm new.

Thanx for your help!
 
Hi there,

this is my first attempt at something like this:
We have just bought a label printer to print our own labels for our
products.
The size of the label is 70mm wide by 4.4cm height.

Packages of labels usually have a Label number, i.e. Avery 8260
I have the following questions:
1. Is it possible to create a template with our Company Logo and contact
details to appear on all Labels.

Yes. Create a bitmap image of your logo. After you create the labels
(see below), add an Image control to the label. Set the Image
control's Picture property to the bitmap.
2. Is it possible that apart from 3 or 4 things that must ALWAYS be on
every label, to have these labels populated from data in an Access DB?

On the Main database folder, click on Reports + New
Select the label wizard and enter the name of the database table that
contains the data you want to show on the label. When the wizard
opens, find the label number on the list and then follow the
instructions.
 
Back
Top