Tried this but FullDate does seem to be recognised within the Expresssion
Builder ?
> Add them together?
>
[quoted text clipped - 5 lines]
> >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?
John Spencer - 02 Dec 2005 12:56 GMT
It won't be.
If you are doing this in an expression, you have to use the formula every
place you think you need FullDate. Something like
DateDiff("n",[DateField] + [TimeField],Now())
> Tried this but FullDate does seem to be recognised within the Expresssion
> Builder ?
[quoted text clipped - 10 lines]
>> >be
>> > used in a date/time comparison - any ideas how?