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]