Setting the year part of a date for data entry

raziel3

Registered User.
Local time
Today, 15:02
Joined
Oct 5, 2017
Messages
315
When doing data entry you can enter the month and day and Access will fill out the year, which is based on the PC's date.

I have a backlog of data entry, how to set the year part of the date to the previous year, 2021 or even 2020 when doing data entry. I know you can change the PC's date and it will do this but can I set up a text box or something instead of having to go into the PC settings?
 
If you want to use a Textbox instead of the PC settings, then you'll also probably need to use some code to refer to that Textbox when you enter a date on another Textbox.
 

Users who are viewing this thread

Back
Top Bottom