E
Eric
Is there any easy within an append query to use the dateadd function that
will skip the weekends. I have this in my query;
nolaterthan: dateadd("d", 10, Date())
In my application nolaterthan is used for my memo's to sections where it
mentions that the memo has to be signed and returned no later than the date
stored in 'nolaterthan'. But the thing is that the dateadd should skip the
weekends so that it does not show any dates on saturdays or sundays. Is there
way to accomplish that?
Many thanks.
will skip the weekends. I have this in my query;
nolaterthan: dateadd("d", 10, Date())
In my application nolaterthan is used for my memo's to sections where it
mentions that the memo has to be signed and returned no later than the date
stored in 'nolaterthan'. But the thing is that the dateadd should skip the
weekends so that it does not show any dates on saturdays or sundays. Is there
way to accomplish that?
Many thanks.