R rg2005 Registered User. Local time Today, 05:20 Joined Dec 13, 2005 Messages 12 Feb 8, 2006 #1 i cant hide the calendar when u open the form and i cant click a date without an error appearing help please Attachments db2.zip db2.zip 10.8 KB · Views: 119
i cant hide the calendar when u open the form and i cant click a date without an error appearing help please
R Rickster57 Registered User. Local time Today, 05:20 Joined Nov 7, 2005 Messages 431 Feb 8, 2006 #2 form Date1.Value = Calendar.Value ComboCurrentDiagnosis.SetFocus Calendar.Visible = False ComboCurrentDiagnosis doesn't exist anywhere on your form
form Date1.Value = Calendar.Value ComboCurrentDiagnosis.SetFocus Calendar.Visible = False ComboCurrentDiagnosis doesn't exist anywhere on your form
R rg2005 Registered User. Local time Today, 05:20 Joined Dec 13, 2005 Messages 12 Feb 8, 2006 #3 but even if i remove ComboCurrentDiagnosis.setfocus, it still doesnt work
R Rickster57 Registered User. Local time Today, 05:20 Joined Nov 7, 2005 Messages 431 Feb 8, 2006 #4 calendar You can't hide a control that has the focus. Date1.Value = Calendar.Value 'ComboCurrentDiagnosis.SetFocus 'Calendar.Visible = False Why are you trying to hide the Calendar?
calendar You can't hide a control that has the focus. Date1.Value = Calendar.Value 'ComboCurrentDiagnosis.SetFocus 'Calendar.Visible = False Why are you trying to hide the Calendar?
R rg2005 Registered User. Local time Today, 05:20 Joined Dec 13, 2005 Messages 12 Feb 8, 2006 #5 i want the calendar to be hidden once the form is open, then when u click the date text box, the calendar should open, and when you choose a date, the calendar should close and date should be in the text box
i want the calendar to be hidden once the form is open, then when u click the date text box, the calendar should open, and when you choose a date, the calendar should close and date should be in the text box
C CEH Curtis Local time Today, 07:20 Joined Oct 22, 2004 Messages 1,187 Feb 8, 2006 #6 Search the forum on "pop up calendar" Lots of info on this already posted.
D davidnash RAF DBA Man Local time Today, 13:20 Joined Jan 25, 2006 Messages 14 Feb 9, 2006 #7 Check this out - It works great!!! http://www.fontstuff.com/access/acctut09.htm Dave