Date Increase

D

Dan Wood

I currently have a form for entering current passwords for systems. I have a
field to enter the date the password was last changed, and another field for
the date the password expires, which is every 30 days.

Is there anyway i can set the date password expires field to update
automatically?
 
J

John W. Vinson

Is there anyway i can set the date password expires field to update
automatically?

The expires field should simply *not exist*.

Instead use a calculated field in a query:

Expires: DateAdd("d", 30, [dateset])

or use the same expression in the control source of a textbox.
 

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