Calendar is blank

M

Mike W.

Hi All,

I have an Access 2003 db running on XP Pro.

After a recent upgrade, when I click on the calendar button I get a popup of
the right size for the calendar, but it is blank.

Per the developer's directions, I installed some 'additional components' and
when that did not help, I un-installed and re-installed Access 2003 with the
'Run from my computer' option. (That's how it was installed to begin with,
but I re-did it just in case.)

Calendar still blank.

This is typical code for the Calendar buttons

Private Sub Command403_Click()
Me.calCtl6.Visible = True
Me.calCtl6.Value = Format(CDate(Date), "Short Date") & " " & "00:00:00"
End Sub

Any ideas?

TIA,

Mike W.
 
M

Mike W.

Arvin,

Thanks, I'll take a look at that if I can't get the MS calendar working.

Mike W.
 
Y

Yvon Corrmier

Mike W. said:
Hi All,

I have an Access 2003 db running on XP Pro.

After a recent upgrade, when I click on the calendar button I get a popup
of the right size for the calendar, but it is blank.

Per the developer's directions, I installed some 'additional components'
and when that did not help, I un-installed and re-installed Access 2003
with the 'Run from my computer' option. (That's how it was installed to
begin with, but I re-did it just in case.)

Calendar still blank.

This is typical code for the Calendar buttons

Private Sub Command403_Click()
Me.calCtl6.Visible = True
Me.calCtl6.Value = Format(CDate(Date), "Short Date") & " " & "00:00:00"
End Sub

Any ideas?

TIA,

Mike W.
 

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