D
David Tunstall
Please help.
I have this code but am unsure of where it should go:
(On Form open, Form requery.........)
Function ErrorAvoid(n As Variant) As Variant
On Error GoTo Trap
ErrorAvoid = n
Exit Function
Trap:
ErrorAvoid = 0
Resume Next
Exit Function
End Function
Hope this makes sense
Thanks
David
I have this code but am unsure of where it should go:
(On Form open, Form requery.........)
Function ErrorAvoid(n As Variant) As Variant
On Error GoTo Trap
ErrorAvoid = n
Exit Function
Trap:
ErrorAvoid = 0
Resume Next
Exit Function
End Function
Hope this makes sense
Thanks
David