AnOddExperiment
Registered User.
- Local time
- Today, 04:22
- Joined
- Dec 10, 2007
- Messages
- 20
Hello again. Just trying to clean some things up in my forms to make them easier to use.
One thing I need is a validation rule on my form such that it accepts no more than 10 characters, but fewer is OK. In the help files and on a website I found examples for
but that requires exactly 10 characters, and I just need 10 or less.
The other thing is I was wanting to know if there is an easy way (via ready to go Access features or VBA) if you can autoformat a date into short date format. i.e. I want to be able to enter 3308 and get 03/03/2008 as well as 122907 and get 12/29/2007. An input mask seems the obvious choice but use of something like
forces me to enter 030308 to get 03/03/2008. Any ideas on these two items?
One thing I need is a validation rule on my form such that it accepts no more than 10 characters, but fewer is OK. In the help files and on a website I found examples for
Code:
Like "??????????"
The other thing is I was wanting to know if there is an easy way (via ready to go Access features or VBA) if you can autoformat a date into short date format. i.e. I want to be able to enter 3308 and get 03/03/2008 as well as 122907 and get 12/29/2007. An input mask seems the obvious choice but use of something like
Code:
99/99/00;;_