Year Hard-coded into record - Acc2000

  • Thread starter Thread starter Sheldon1
  • Start date Start date
S

Sheldon1

Hi,

I'm trying to write code that will hard-code the current
year into each new record added. I also want the current
year to display in the form. Please help. Thanks.

Sheldon...
 
Sheldon1 said:
I'm trying to write code that will hard-code the current
year into each new record added. I also want the current
year to display in the form.


Set the current year text box's DefaultValue property to
=Year(Date())
 
Back
Top