I've been getting a runtime error when i'm running one of my module in
vba in access.
strfield4 = CLng(strfield4)
strfield4 = rstin("amt_issu ed")<--this is where the errors
occurres.
the amt_issued is coming from another table and the data type is set
for DOUBLE.
Please advise? thank you.
vba in access.
strfield4 = CLng(strfield4)
strfield4 = rstin("amt_issu ed")<--this is where the errors
occurres.
the amt_issued is coming from another table and the data type is set
for DOUBLE.
Please advise? thank you.
Comment