I have the following code and it looks right to me but it keeps bugging out and saying, "Object Required"
If IsNull(TUnMatchDC.ShipTo) = False Then
DoCmd.OpenForm "F_UpdateDCX_Ref2", acViewNormal, acEdit
End If
Its a simple enough If statement, but this is the second "Object Required" that I get on an If statement and I have no idea what I am suppose to do with that.
If IsNull(TUnMatchDC.ShipTo) = False Then
DoCmd.OpenForm "F_UpdateDCX_Ref2", acViewNormal, acEdit
End If
Its a simple enough If statement, but this is the second "Object Required" that I get on an If statement and I have no idea what I am suppose to do with that.