A
Anne
My database has a problem since I installed office 2003 on a new laptop, but
everything is fine on my old laptop. Both are running Windows XP, Office 2003
SP3, libraries are the same in both. I now have on both computers the same
back end and front end. I can't figure out why some items don't work on the
new computer and I am trying to narrow it down to specific.
Even for the close button comes up with an error message: The expression On
Click you entered as the event property setting produced the following error:
Label not defined.
Private Sub Cancel7_Click()
DoCmd.Close acForm, Me.name
End Sub
What am I looking for?
everything is fine on my old laptop. Both are running Windows XP, Office 2003
SP3, libraries are the same in both. I now have on both computers the same
back end and front end. I can't figure out why some items don't work on the
new computer and I am trying to narrow it down to specific.
Even for the close button comes up with an error message: The expression On
Click you entered as the event property setting produced the following error:
Label not defined.
Private Sub Cancel7_Click()
DoCmd.Close acForm, Me.name
End Sub
What am I looking for?