J
Jeff
Hello,
I have a Form & a SubForm (called subfrmAppointments) in it. Nothing fancy.
In the SubForm is a Text Box to enter a date. Becuase I have the "Format"
set to mm/dd/yy if a user enters an Invalid Date the Default Access msgbox
"The Value you entered isn't Valid for this Field...."
comes up. Which is correct.
BUT when I added the main Form's subform Exit Event (which I need to do some
validation) this new Default Access Msgbox comes up after you click OK on the
above one
"Microsoft Acccess can't find the macro '.'
The macro (or its macro group) doesnt exist, or the macro is new but hasnt
been saved. Note that when you enter the macrogroupname.macroname syntax in
an argument, you must specify the name the macros group was last saved under."
Even if I have NO code at all just by having this Exit Event
Private Sub subfrmppointments_Exit(Cancel As Integer)
End sub
causes this msgbox to appear. I checked that SubForm's Properties for On
Exit & it does say "[Event Procedure]"
Why is this msgbox coming up ?? How can I stop it ??
Any help would be greatly appreciated.
Thank you,
Jeff
I have a Form & a SubForm (called subfrmAppointments) in it. Nothing fancy.
In the SubForm is a Text Box to enter a date. Becuase I have the "Format"
set to mm/dd/yy if a user enters an Invalid Date the Default Access msgbox
"The Value you entered isn't Valid for this Field...."
comes up. Which is correct.
BUT when I added the main Form's subform Exit Event (which I need to do some
validation) this new Default Access Msgbox comes up after you click OK on the
above one
"Microsoft Acccess can't find the macro '.'
The macro (or its macro group) doesnt exist, or the macro is new but hasnt
been saved. Note that when you enter the macrogroupname.macroname syntax in
an argument, you must specify the name the macros group was last saved under."
Even if I have NO code at all just by having this Exit Event
Private Sub subfrmppointments_Exit(Cancel As Integer)
End sub
causes this msgbox to appear. I checked that SubForm's Properties for On
Exit & it does say "[Event Procedure]"
Why is this msgbox coming up ?? How can I stop it ??
Any help would be greatly appreciated.
Thank you,
Jeff