RickDB
Registered User.
- Local time
- Today, 08:26
- Joined
- Jun 29, 2006
- Messages
- 101
Hello,
I'm trying to find a list of date / time controls that can be used in access aba. These will be for onclick event procedures on command buttons.
= Now()
is the only one that I can get to work at all in an Event Procedure!
How can you calculate these things:
- Current Date
- Current Week startingon Sunday
- Current Month (as in, 1st of the current month thru Now())
- Current year (as bove, year instead of month
- Last 7 days
- Last 30 Days
- last 365 Days
I have been searching google, clusters, this site, and have had zero luck finding an overview of these simple things!!!
Thanks!!
I'm trying to find a list of date / time controls that can be used in access aba. These will be for onclick event procedures on command buttons.
= Now()
is the only one that I can get to work at all in an Event Procedure!
How can you calculate these things:
- Current Date
- Current Week startingon Sunday
- Current Month (as in, 1st of the current month thru Now())
- Current year (as bove, year instead of month
- Last 7 days
- Last 30 Days
- last 365 Days
I have been searching google, clusters, this site, and have had zero luck finding an overview of these simple things!!!
Thanks!!