Grey bar at the bottom a each page

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

Guest

I would like to put a grey bar with a height of 6 at the bottom of each page
where it works automatically ( like a footer ). Is there a way to do this?

Also, can you format dates in the footer like you can in a spreadsheet. I
want for example "WEDNESDAY FEBRUARY 2, 2005".


Thank you,

Steven
 
I would like to put a grey bar with a height of 6 at the bottom of each page
where it works automatically ( like a footer ). Is there a way to do this?

I have no idea what you are talking about here.
A height of 6 what? 6 inches? 6 twips?
Is it just a gray printed area?
Did you try a rectangle?
Also, can you format dates in the footer like you can in a spreadsheet. I
want for example "WEDNESDAY FEBRUARY 2, 2005".

Set the Control source of the control to:
=Ucase(Format([DateField],"dddd mmmm d, yyyy"))
 
These are controls in a page footer section.

--
Duane Hookom
MS Access MVP
--

fredg said:
I would like to put a grey bar with a height of 6 at the bottom of each
page
where it works automatically ( like a footer ). Is there a way to do
this?

I have no idea what you are talking about here.
A height of 6 what? 6 inches? 6 twips?
Is it just a gray printed area?
Did you try a rectangle?
Also, can you format dates in the footer like you can in a spreadsheet.
I
want for example "WEDNESDAY FEBRUARY 2, 2005".

Set the Control source of the control to:
=Ucase(Format([DateField],"dddd mmmm d, yyyy"))
Thank you,

Steven
 
Back
Top