I have two fields in my table
[OrderDate] and [OrderTime]
The date is stored as for example
06/06/2007 and time as 16:04 (the format and input mask are set to "short date" and "short time" respectivelly)
I would like the date to show in a report as
dd.mm.yyyy-HH:nn (e.g. 24.05.2007-17:06)
How do i do that? Thanks in advance!
[OrderDate] and [OrderTime]
The date is stored as for example
06/06/2007 and time as 16:04 (the format and input mask are set to "short date" and "short time" respectivelly)
I would like the date to show in a report as
dd.mm.yyyy-HH:nn (e.g. 24.05.2007-17:06)
How do i do that? Thanks in advance!
Comment