delete the date so it does not show when printed from a table

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

Guest

How do you edit or delete page headers and footers related to tables NOT
REPORTS. When I the table or queries the current date is displayed in a
header and page number in a footer. The help tool always refers to reports
and never tables!
 
d3bz said:
How do you edit or delete page headers and footers related to tables NOT
REPORTS. When I the table or queries the current date is displayed in a
header and page number in a footer. The help tool always refers to reports
and never tables!

So use the Wizard to create a Report with that Table as the RecordSource,
then edit that to eliminate the date/time.

Larry Linson
Microsoft Access MVP
 
d3bz said:
How do you edit or delete page headers and footers related to tables
NOT REPORTS. When I the table or queries the current date is
displayed in a header and page number in a footer.
The help tool
always refers to reports and never tables!

That is because tables are not reports. You should consider tables as
only places to describe fields and store data as in a bucket, not a specific
order. They should not be used as reports, or data entry etc. They are ill
designed for this use. You have found one issue. Keep trying to use them
for what they were not intended and you will find more.

You need to use the right tool for the job, just like trying to use a
pair of pliers to remove the lug nuts on your car.
 
Back
Top