G
Guest
Can I use the DatePart function to return two pieces of a date field? For
example, just return the day and month in a report and leave off the year.
By entering =DatePart("d",[Birthdate]) in the text box control source the
day is returned. Similary, if I replace "d" with "m" the month is
returned... but can I get them both at the same time?
Thank you,
Mike Brassel
example, just return the day and month in a report and leave off the year.
By entering =DatePart("d",[Birthdate]) in the text box control source the
day is returned. Similary, if I replace "d" with "m" the month is
returned... but can I get them both at the same time?
Thank you,
Mike Brassel