Mackbear
Registered User.
- Local time
- Today, 17:48
- Joined
- Apr 2, 2019
- Messages
- 168
Hi everyone, I hope you can help. This is driving me crazy. I have a query that was previously working literally just a while ago and suddenly I am getting "Invalid Use of Null"
I cannot see the cause of this problem. What could be causing thissss? The query, I checked all fields while on debug and there is no NULL. Please help!:
"UPDATE tbl_LFMngment SET tbl_LFMngment.[LFWaiverStatus]='" & Me.waivapp & "', tbl_LFMngment.[RequestMethod]='" & Me.reqmethod & "', tbl_LFMngment.[CreditMethod]= '" & Me.credmethod & "', tbl_LFMngment.[ExpDatetoCredit]= #" & Me.ExpDatetoCredit & "#, tbl_LFMngment.[DeclinedReason]= '" & Me.decreason & "', tbl_LFMngment.[LFReviewStatus]= 'Open', tbl_LFMngment.[LFWaiverReqBy]= '" & Me.ReqbyAP & "', tbl_LFMngment.[LFWaiverReqDate]= '" & Me.ReqDate & "', tbl_LFMngment.[LFWaiverReqDateTime]= '" & Me.ReqDateTime & "', tbl_LFMngment.[LFWaiverReqWeek]= '" & Me.ReqWeek & "', tbl_LFMngment.[LFWaiverReqMonth]= '" & Me.ReqMonth & "', tbl_LFMngment.[RequestStatus]= '" & Me.stat & "',tbl_LFMngment.[LFReqByFullName]= '" & Me.apfullname & "' WHERE tbl_LFMngment.[entryid_LFmng] IN (" & Replace(SelectedList, "|", ",") & ")"
I cannot see the cause of this problem. What could be causing thissss? The query, I checked all fields while on debug and there is no NULL. Please help!:
"UPDATE tbl_LFMngment SET tbl_LFMngment.[LFWaiverStatus]='" & Me.waivapp & "', tbl_LFMngment.[RequestMethod]='" & Me.reqmethod & "', tbl_LFMngment.[CreditMethod]= '" & Me.credmethod & "', tbl_LFMngment.[ExpDatetoCredit]= #" & Me.ExpDatetoCredit & "#, tbl_LFMngment.[DeclinedReason]= '" & Me.decreason & "', tbl_LFMngment.[LFReviewStatus]= 'Open', tbl_LFMngment.[LFWaiverReqBy]= '" & Me.ReqbyAP & "', tbl_LFMngment.[LFWaiverReqDate]= '" & Me.ReqDate & "', tbl_LFMngment.[LFWaiverReqDateTime]= '" & Me.ReqDateTime & "', tbl_LFMngment.[LFWaiverReqWeek]= '" & Me.ReqWeek & "', tbl_LFMngment.[LFWaiverReqMonth]= '" & Me.ReqMonth & "', tbl_LFMngment.[RequestStatus]= '" & Me.stat & "',tbl_LFMngment.[LFReqByFullName]= '" & Me.apfullname & "' WHERE tbl_LFMngment.[entryid_LFmng] IN (" & Replace(SelectedList, "|", ",") & ")"