Labels in Access

T

ToriSC

I am trying to print mailing labels from a database I have under "forms." I
cannot figure out how to do it. Many sites have said to go under "reports"
and click new, then go to label wizard, however my database is not one of the
options. Help please! I have to get this done fast.
 
S

S Panja

If you are in Access, Reports | New | Label Wizard is the easiest way to go.
--
***************************
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?
 
T

ToriSC

The problem is when you go to reports/new/label wizard, it then asks for you
to choose the table or query from which to get the data but the name of my
database is not there.
 
V

Van T. Dinh

The term "database" (in Access) refers to a comtainer that contains
different objects:

* Tables where data is actually stored.
* Queries: different views of data (using Tables as source) or actions on
data in Table.
* Forms: screen designs to display data or for data entry / edit.
* Reports: lay-outs of data in a manner suitable for human consumption.
Labels are a type of Reports.
* etc ...

Both Forms and Reports can use either Tables or Queries as DataSource.
Thus, you should look for a Table or Query as the DataSource for your Label
Report and NOT the database name.

Suggest you read an introductory book about Access. With Access, you do
need a bit of knowledge about Access before it can be useful for you ...
 
Top