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?
.... and do NOT multi-post the same question in different newsgroups. One
precise and concise post is generally enough as most potential respondents
read a large number of newsgroups.
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.