It's taking the memo field in fine and converting to a string now the problem is that I am using a variable that is in the code in my string and it doesen't recognize the variable.
Here is the error message: Microsoft Access can't find the name 'dcode' you entered in the expression.
The value in the field I am using for the string is:
dcode >= "80000" And dcode <= "8291*"
I am working with a recordset. Here is the flow.
dcriteria = rstSubmeasureServiceCriteria.Fields("criteria")
dcode = rstClaim.Fields(dcodetype) ' Example dcode would equal 80001
if dcriteria then ' Example dcriteria would equal dcode
end if ' >= "80000" And...
I am trying to use a variable in an if statement expression. For example: If dcriteria Then
end if
dcriteria is equal to a field value which is of type memo.
in the field is criteria I want to use for the if statement. For example: dcode >= "80000" And...
Hi,
I want to use Microsoft Access to send a file through Outlook, but I don't want it to be generated through and access table or query. For example I have a file called file.pdf in the C:\ drive I just want to automate some system to send that specific file, totally not associated with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.