Quick! Need to print labels from database

  • Thread starter Thread starter Guest
  • Start date Start date
Database under Forms? Forms is a collection in the Database.
--
***************************
If the message was helpful to you, click Yes next to Was this post helpful
to you?
If the post answers your question, click Yes next to Did this post answer
the question?
 
sorry, i'm new to access. so if i have a collection of addresses under forms,
how do i print labels using that information?
 
I need to print labels from a database I have under "forms." How do I do this?

Slow. Down.


A Form is simply a tool. You don't have "a database under forms". You
have a Database - a .mdb file - which contains Tables (where your data
is stored), Forms (tools used to edit data in tables), Queries (tools
used to combine, sort, and arrange data from Tables), and Reports
(tools used to print out things such as mailing labels).

What you'll want to do is to create a Report based on the Table (or
tables) containing the data which is to be printed on the labels. The
Form will probably play no role whatsoever in this process.

John W. Vinson[MVP]
 
Back
Top