S
StargateFanFromWork
At the top of the entry form for the contacts example database, there is
this line of code in a box:
=IIf(IsNull([lastname]),"",[firstname] & " " & [lastname] & ", " &
[Birthdate])
That got me to thinking how nice it would be to put in the FOOTER of a
REPORT the date and time rather than having one box for the date with =NOW()
and one for the time with =NOW() each formatted to show either date/time.
That might not be the right way to do this, but that's what this newbie
figured out some time back and that's what she uses <g>.
Seeing how that code above uses "" and &, etc., to put different codes into
one box, can we do the same time of thing for the date and time so that it
all comes out naturally even on one line with correct spacing between date
and time? (Currently, esp. since I haven't figured out how to slide in
Access yet, there's a big space sometimes between date and time depending on
the length of a month's name and they're sometimes a bit uneven until I
adjust the field boxes in the properties. All would be properly taken care
of if date/time in one field box.)
Thanks!
this line of code in a box:
=IIf(IsNull([lastname]),"",[firstname] & " " & [lastname] & ", " &
[Birthdate])
That got me to thinking how nice it would be to put in the FOOTER of a
REPORT the date and time rather than having one box for the date with =NOW()
and one for the time with =NOW() each formatted to show either date/time.
That might not be the right way to do this, but that's what this newbie
figured out some time back and that's what she uses <g>.
Seeing how that code above uses "" and &, etc., to put different codes into
one box, can we do the same time of thing for the date and time so that it
all comes out naturally even on one line with correct spacing between date
and time? (Currently, esp. since I haven't figured out how to slide in
Access yet, there's a big space sometimes between date and time depending on
the length of a month's name and they're sometimes a bit uneven until I
adjust the field boxes in the properties. All would be properly taken care
of if date/time in one field box.)
Thanks!