Date fields automatically changing when today date matches date field entry.Help!

B

Brian Cassin

First of all, thank you very much to Mr. Vinson who came close to the right
solution, but the problem was I don't think I had explained precisely what I
needed.

The problem I have is that I have a database that stores the date of the
next standing order in a date field. When this date is reached i.e. it
matches 'todays date', or if the date is passed, I would like the field to
increase the date stored by one month.
I need this to happen on all records once the form is activated rather than
checking each record individually.
Any more help would be much appreciated.
Again I thank Mr. Vinson for his input, and I hope this has clarified any
misunderstanding in the problem.
 
R

R. Hicks

It would appear to me that you need to loop through a recordset using a
Update query to update the value if it meets your specifications.

RD
 

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

Top