x = Update_Exposure(Me!RecordID, Me!ClientID, Me!Exposure)
Why does the above statement halt with an error:
"Invalid Use of NUll"
when the value of Me!Exposure is in fact null because the memo field Exposure has been blanked out by the user on the form?
Function Update_Exposure(precordID As Long, pclientID As Long, pexposure As String) As Long
Why does the above statement halt with an error:
"Invalid Use of NUll"
when the value of Me!Exposure is in fact null because the memo field Exposure has been blanked out by the user on the form?
Function Update_Exposure(precordID As Long, pclientID As Long, pexposure As String) As Long