Hello,
Here is what I would like to do and I'm stumped.
I have a product that I sell that gets serviced every 6 months for 3 years. So if they purchased the product on 06/01/05 then the service dates would be:
12/01/06
06/01/06
12/01/07
06/01/07
12/01/08
06/01/08
I have an order that I put in that has the purchase date and a checkbox that tells me if they purchased the extended service.
I "simply" need a query that can take the start date and generate the (6) service call dates placing them into a table of "Service Calls". The biggest problem I'm having is how do I generate the recurring dates. I know I will be using the dateadd function etc. It will be more complicated in the end of course but I just don't know how to get those (6) dates based on the first date to go into a table.
Any ideas?
-Bryan
Here is what I would like to do and I'm stumped.
I have a product that I sell that gets serviced every 6 months for 3 years. So if they purchased the product on 06/01/05 then the service dates would be:
12/01/06
06/01/06
12/01/07
06/01/07
12/01/08
06/01/08
I have an order that I put in that has the purchase date and a checkbox that tells me if they purchased the extended service.
I "simply" need a query that can take the start date and generate the (6) service call dates placing them into a table of "Service Calls". The biggest problem I'm having is how do I generate the recurring dates. I know I will be using the dateadd function etc. It will be more complicated in the end of course but I just don't know how to get those (6) dates based on the first date to go into a table.
Any ideas?
-Bryan