S
Sean Timmons
OK, so I clearly don't have the capacity to determine why my code isn't
working. Could someone set me straight?
My code:
Private Sub Rep_Name_Change()
Dim VarX As Variant
VarX = DLookup("ACSS_ID", "Hierarchy_Table", "Representative = " & _
"Me.Rep_Name")
Me.Rep_ID = VarX
End Sub
Gets an error:
Run Time error 2001
You cancelled the previous operation.
What am I spazzing on?
working. Could someone set me straight?
My code:
Private Sub Rep_Name_Change()
Dim VarX As Variant
VarX = DLookup("ACSS_ID", "Hierarchy_Table", "Representative = " & _
"Me.Rep_Name")
Me.Rep_ID = VarX
End Sub
Gets an error:
Run Time error 2001
You cancelled the previous operation.
What am I spazzing on?