I am having trouble with the variable at the end of this line:
intCheckAppr = DMax("[tblCheckApprSum]![TotalChkApp]", "[tblCheckApprSum]", "[tblCheckApprSum]![operator]= " & strCSR)
I think I am not properly closing. It works fine when I hard code it or reference the value from a form.
Brian
intCheckAppr = DMax("[tblCheckApprSum]![TotalChkApp]", "[tblCheckApprSum]", "[tblCheckApprSum]![operator]= " & strCSR)
I think I am not properly closing. It works fine when I hard code it or reference the value from a form.
Brian