I think he is assuming that if you enter "a date", the date will keep
changing, automagically, as time passes! (like the date on the
calendar item in the windows taskbar)
I have a database that has two lists. One is a pending list and one is an
approved list. When a vendor is approved it can move to the approved list. I
need to add a field to enter the date the vendor was approved.
I have a database that has two lists. One is a pending list and one is an
approved list. When a vendor is approved it can move to the approved list. I
need to add a field to enter the date the vendor was approved.
Ok, just add a Date/Time field to the Approved list. Name it
DateApproved say. Set its Default Value property to
=Date()
On all the Forms which display this information, use a textbox with
its Locked property set to True, so the user cannot edit it.
John W. Vinson[MVP]
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.