Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Putting dates on a form in access

Status
Not open for further replies.

edmundson

Technical User
Jul 20, 2002
2
US
I have a form were I enter information every day. I have a two fields where I enter a month 2003 01 and the quarter 2003 01 (Where the 2003 is the year and 01 is the month and also have a field for the four quarters 2003 01). Is there a way to let the program automatically put the date into the field in that manner; and. I only have to change the information at the beginning of each month or quarter.

Thanks for any help,
Barry E
 
Set the format of the month field to "yyyy mm", and set the format of the quarter field to "yyyy q".

You can go one step further and set the default value to (Now()) this will automatically enter the date for you each time you add a new record
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top