JohnSteven
Technical User
- Oct 30, 2002
- 27
I'm using a small calendar in a subform with the following to call it up:
The problem I'm having is when I click on it I get an error as follows:
[94] Invalid use of null
Any ideas as to why this is happening?
The calendar works fine when used in a Form , just won't work as Subform.
Please Post back, so other can benefit too.
Later
JohnSteven
"The only stupid question is the one you don't ask"
Code:
Private Sub Date_Click()
DoCmd.OpenForm "frmCalendar", , , , , acDialog
End Sub
The problem I'm having is when I click on it I get an error as follows:
[94] Invalid use of null
Any ideas as to why this is happening?
The calendar works fine when used in a Form , just won't work as Subform.
Please Post back, so other can benefit too.
Later
JohnSteven
"The only stupid question is the one you don't ask"