97 to 2000 changes

L

Lysy

I have the follwoing simple code on a form:
Private Sub Replacement_Order_AfterUpdate()
If Replacement_Order.Value = True Then
Me.Repl_SAP.Visible = True
End If
If Replacement_Order.Value = False Then
Me.Repl_SAP.Visible = False
End If
End Sub
Under 97 it was ruuning fine - then I converted the mdb to
2000 and now I get error: Procedure declaration does not
match description of event of the same name"
Help - please..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top