Date calculations 6 months due in current month

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have setup a form that has a 'date start' and I have created a report to
calculate 6 months in advance from the 'date start' using the following:
=DateAdd('m',6,[DateStart]). My report is works fine I just need to know how
would you do the calculation and return the results just for the current
month. For instance all 6 months due for this month which is January. I
know this has to be very simple. Please help. Thanks in advance
 
Hi blink,

Have two fields, Date Start and Date End and use both fields in your query
instead of Date Start plus 6 months. This way you can run monthly, weely,
daily, quarterly, yearly, whatever you want.

Hope this helps.

Damian.
 
Thanks Damian,

What calculation would be used in the query to achieve this?


Damian S said:
Hi blink,

Have two fields, Date Start and Date End and use both fields in your query
instead of Date Start plus 6 months. This way you can run monthly, weely,
daily, quarterly, yearly, whatever you want.

Hope this helps.

Damian.

blink said:
Hello,

I have setup a form that has a 'date start' and I have created a report to
calculate 6 months in advance from the 'date start' using the following:
=DateAdd('m',6,[DateStart]). My report is works fine I just need to know how
would you do the calculation and return the results just for the current
month. For instance all 6 months due for this month which is January. I
know this has to be very simple. Please help. Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top