A
Anne
I worked with this database on my old computer without a problem, but on my
new computer I get a an error message for each on current event.
The expression On Current you entered as event property setting produced the
following error: Expected variable or procedure, not module.
The on current event is simple:
Private Sub Form_Current()
Me.Parent.linkfield2 = Me.DeliveryID
End Sub
What else should I be looking for?
The program works perfectly on the old computer. The reference libraries are
the same, the Office Version on both is 2003.
new computer I get a an error message for each on current event.
The expression On Current you entered as event property setting produced the
following error: Expected variable or procedure, not module.
The on current event is simple:
Private Sub Form_Current()
Me.Parent.linkfield2 = Me.DeliveryID
End Sub
What else should I be looking for?
The program works perfectly on the old computer. The reference libraries are
the same, the Office Version on both is 2003.