G
Guest
I am trying to figure out how to round a date to the first of the next month.
This is for calculating Insurance Benefits. I have this code in place in a
query:
Insurance: DateAdd("m",3,[DateHired]) which adds 3 months or 90 days to the
current employees hire date,
I now need it to round up the the first of the next month? Any suggestions?
This is for calculating Insurance Benefits. I have this code in place in a
query:
Insurance: DateAdd("m",3,[DateHired]) which adds 3 months or 90 days to the
current employees hire date,
I now need it to round up the the first of the next month? Any suggestions?