Date problem!
The simplest way to explain my problem is that I have a table with a date named LaatsteActie.
In a query I create two more dates. VolgendeActie (this is 1 year later then LaatsteActie) en Herinnering (one month minus VolgendeActie). Till here everything works like a charm.
I put all this in a form, all OK. Now the problem is that if VolgendeActie is the same as Date() (Today), then LaatsteActie should change to VolgendeActie and the recalculation starts again. So, the date will loop until it reaches today's date, then VolgendeActie = LaatsteActie.
I hope this sounds clear.
I tried several ways and can't get around, this is a major problem to me.
Can some guru's help me out here....
The simplest way to explain my problem is that I have a table with a date named LaatsteActie.
In a query I create two more dates. VolgendeActie (this is 1 year later then LaatsteActie) en Herinnering (one month minus VolgendeActie). Till here everything works like a charm.
I put all this in a form, all OK. Now the problem is that if VolgendeActie is the same as Date() (Today), then LaatsteActie should change to VolgendeActie and the recalculation starts again. So, the date will loop until it reaches today's date, then VolgendeActie = LaatsteActie.
I hope this sounds clear.
I tried several ways and can't get around, this is a major problem to me.
Can some guru's help me out here....
Last edited: