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

Access2010 Date/Calender

Status
Not open for further replies.

RufussMcGee

Technical User
Jan 7, 2005
117
0
0
US
Had a simple way to pick the date with this code.

Private Sub cboEndDate_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
ocxCalendar.Visible = False
ocxCalendarEnd.Value = Date
ocxCalendarEnd.Visible = True
End Sub

Calender popped up, you select the date and you are done. Since installing Access2010 it gives an error on "= Date". What do I need to do to fix this issue thanks.
 
Oh should say when the database starts it gives states this...

Your Microsoft Access database or project contains a missing or borken reference to the file 'MSCAL.OCX" version 7.0.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top