Hi
I would like to combine two date fields in a impromptu report(Begin and End dates) in one column.
They should look something like this:
04-01-04 - 07-04-05
What I have done is :
DatetoString(BeginDate) + ' - ' + DatetoString(EndDAte)
and I get:
2004-04-01 - 2005-07-01
How can I get this in mmddyy format.
Thanks
I would like to combine two date fields in a impromptu report(Begin and End dates) in one column.
They should look something like this:
04-01-04 - 07-04-05
What I have done is :
DatetoString(BeginDate) + ' - ' + DatetoString(EndDAte)
and I get:
2004-04-01 - 2005-07-01
How can I get this in mmddyy format.
Thanks