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.
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.