Entering a date into a form

B

Brad

What control should i use, so it is easy for the user to select a date. I dont have a lot of room on my form, i would like to stay away from something big like a calendar. Any ideas, thanks in advance.

Brad
 
R

R. Hicks

Try Insert/ActiveX Control from the MainMenu ... (if the control i
installed on your machine).

RD
 
K

Kelvin

How about synchronized combo boxes for the year, month, and day like on most
web sites.

Kelvin

Brad said:
What control should i use, so it is easy for the user to select a date. I
dont have a lot of room on my form, i would like to stay away from something
big like a calendar. Any ideas, thanks in advance.
 
J

JohnWL

Web site versions usually stink. If you enter an invalid part of the date
based on the other parts currently set, you get error messages. And you have
to go thru a lot of steps to get a complete date set.

Go to http://www.granite.ab.ca/access/calendars.htm, a web site for Access
developers, and see the section on calendars to use.

John Loewen
 
K

Kelvin

The poster didn't want to use a calendar and you can prevent invalid dates
by synchronizing the boxes. Its fairly easy to show only the correct dates
for a month so I think this would be a good alternative to using calendar
controls.

Kelvin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top