Calendar Control

D

Dave Steele

1. Is there a way to have the calendar pop up when the
user tabs into the data field that has been entered as
the Control Source?
 
A

Arvin Meyer

Dave Steele said:
1. Is there a way to have the calendar pop up when the
user tabs into the data field that has been entered as
the Control Source?

There are several calendar controls at each of the URLs listed in my sig,
below. Just Search on the word Calendar. You can use the double-click event,
the On Enter event, or the Got Focus event to open the calendar.

Keep in mind that the textbox cannot be the first control in the tab order
if you want to use the Got Focus or Enter events.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Top