G
Guest
I have a date field and a time field which I need to merge together to be
used in a date/time comparison - any ideas how?
used in a date/time comparison - any ideas how?
John Spencer said:Add them together?
Field: FullDate: [DateField] + [TimeField]
Note that this will give you a null value if either one of the two fields is
null.
Paul Dennis said:I have a date field and a time field which I need to merge together to be
used in a date/time comparison - any ideas how?
Paul Dennis said:Tried this but FullDate does seem to be recognised within the Expresssion
Builder ?
John Spencer said:Add them together?
Field: FullDate: [DateField] + [TimeField]
Note that this will give you a null value if either one of the two fields
is
null.
Paul Dennis said:I have a date field and a time field which I need to merge together to
be
used in a date/time comparison - any ideas how?