Access Table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The Access Table has a default header and footer showing the table name and
date and the date in footer. Anyone know how to edit those header and footer
as I tried everything to find the header and footer option and failed.
 
Maybe are you trying to print directly your table. The best is to design a
report in the Report section. You'll be able to print want you want as you
want.
 
Don't use a Table for anything other than defining fields and storing
data. It is a very poor tool for anything else.

View and edit data in Forms most of the time. You may also want to use
queries. Displaying and printing data can usually be best done using
reports. Consider tables just buckets to dump the data in.
 
Thanks. OK I understand that. But Suppose you just want to print your table
and want to put a header or footer, can you do that. Can you change he
default header and footer?
 
lord said:
Thanks. OK I understand that. But Suppose you just want to print your
table and want to put a header or footer, can you do that. Can you
change he default header and footer?

To the best of my knowledge there is no way of changing it. I have
never even tried printing a table. They put that capability in reports. It
only takes a second or two to make up a report and then you can save it for
future use.
 

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