S
StargateFan
I have modified the standard footer created in a report so that the 2
elements are all in one:
=Now() & " Page " & [Page] & " of " & [Pages]
I figured out a few days ago how to get =Now() by itself to give me
the date/time format that I use all the time by putting this in the
format:
ddd\.mmm\.dd\.yyyy"; "hh\hnn
The above gives me the style of Sat.Dec.31.2005; 10h59 no matter what
the region settings are on any given pc. These 2 things good so far,
as far as they go.
Because I couldn't seem to get the separate =Now() and Page x of y
fields close enough to display properly, I put them together as the
first line shows above. My question is, is there a way to format
=Now() & " Page " & [Page] & " of " & [Pages]
so that it, too, returns:
ddd\.mmm\.dd\.yyyy"; "hh\hnn
for the date/time part?
The Page x of y doesn't have anything in the format line (3rd line
down under the "All" tab in the properties for the Page x of y
control). If it did, I could just have added the ddd... line above to
it.
Thank you for any help!
D
elements are all in one:
=Now() & " Page " & [Page] & " of " & [Pages]
I figured out a few days ago how to get =Now() by itself to give me
the date/time format that I use all the time by putting this in the
format:
ddd\.mmm\.dd\.yyyy"; "hh\hnn
The above gives me the style of Sat.Dec.31.2005; 10h59 no matter what
the region settings are on any given pc. These 2 things good so far,
as far as they go.
Because I couldn't seem to get the separate =Now() and Page x of y
fields close enough to display properly, I put them together as the
first line shows above. My question is, is there a way to format
=Now() & " Page " & [Page] & " of " & [Pages]
so that it, too, returns:
ddd\.mmm\.dd\.yyyy"; "hh\hnn
for the date/time part?
The Page x of y doesn't have anything in the format line (3rd line
down under the "All" tab in the properties for the Page x of y
control). If it did, I could just have added the ddd... line above to
it.
Thank you for any help!