HI, I use v8.5.
Im having a problem combining 2 fields (DATE and TIME)together to create a datetime type field.
My Date field data is in this format: 07/10/2003
My Time field data is in this format: 5:15:00AM
this is my formula:
DateTimeValue (Date({Tickets.Date_Device_UP}),
Time({Tickets.Time_Device_UP} ))
I keep getting an error message: "A datetime field is required here." and the cursor is placed between (Date and((Tickets.....
In report options, Convert DateTime field to: is DATETIME
Any ideas?
Thanks,
HC
Im having a problem combining 2 fields (DATE and TIME)together to create a datetime type field.
My Date field data is in this format: 07/10/2003
My Time field data is in this format: 5:15:00AM
this is my formula:
DateTimeValue (Date({Tickets.Date_Device_UP}),
Time({Tickets.Time_Device_UP} ))
I keep getting an error message: "A datetime field is required here." and the cursor is placed between (Date and((Tickets.....
In report options, Convert DateTime field to: is DATETIME
Any ideas?
Thanks,
HC