the variable AR is being treated as text not a variable,
try this
DoCmd.RunSQL "INSERT INTO HISTORY (UserName,MachineName,DateOfEntry,Task) VALUES (fOSUserName,fOSMachineName,Now()," & AR ") ;"
Hi,
Does anyone know of a way to determine the line number/page number of the cursor in a Word document.
REASON:
I am trying to create a template which will be used for document review. I have create a push button and a text box in the template. The document to be reviewed is inserted...
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.