Printing the names of the records

  • Thread starter Thread starter Frederik Goerlandt
  • Start date Start date
F

Frederik Goerlandt

Hello,

does someone knows how I can print a list with all the recordnames of a
specific table? When I now open a table and press the print icon, he prints
the table with all his data.

Frederik
 
recordnames?
do you mean the primary key field? if you only want to print the data from
certain field(s) in a table, create a SELECT query to pull only those
fields, and print the query.
or do you mean the field names, not record names? one way to print field
names in a table is: on the menu bar, click Tools, Analyze, Documenter.
then make your selections in the dialog box, clicking the Options button to
select what information you want to print. the Documenter creates an
(uneditable) report that you can print and/or "publish with Word" - saving
it as a Word doc.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top