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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access 2010 Calandar

Status
Not open for further replies.

Domino2

Technical User
Jun 8, 2008
475
GB
Having found the calandar has been removed in 2010, I put a textbox on the form, and set it's format to short date. Now when I set focus to the textbox a calendar button appears allowing date selection. I am trying to find the correct event of the textbox/calendar to then go onto other fields. The textbox is unbound. Thanks
 
Have you tried the AfterUpdate event ?

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Thankyou PHV. I have tried On Click/Before Update/After Update/On Dirty. The only one that came to life was onchange, however gives an error 2108, I must save the field before I exit and use GotoControl Method or action or Setfocus to another control.

Good old Microsoft!
 
I have managed to work round things. The textbox with attached datepicker must be bound. So to waste resources I have a table with just 1 field DummyDate, and now I can programatically setfocus using the OnChange event of the textbox. AfterUpdate did not work. So thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top