J
Junior
I have a mailmerge document that uses a txt file as its primary datasource.
BUT it also has a hardcoded line (paragraph) that prints data from a query
in an access database
The Access application is split I have tried calling the query from the
secure Frontend get an error message that i don't have necessary
permissions to use the secure DB.
I currently call the query from the nonsecure Backend, but the BE is on the
server and sometimes the application hangs
The code below works if i reference the path to the Backend mdb. but doesn't
work from the Frontend because once word opens the user doesn't have
permissions to the query in the secure Access FrontEnd
{DATABASE \d "C:\\Test\\TestA.mde" \c "DSN=MS Access
Database;DBQ=C:\\Test\\TestA.mde;DriverId=25;FIL=MS
Access;MaxBufferSize=512;PageTimeout=5;" \s " select ItemDesc FROM
\"qLtrMissItem\" where AppID=13}
So...instead of calling a query as in the line above, is it possible to use
a second txt file to print this paragraph - i can create the text file in
Access but don't know how to code the mailmerge document.
Say if access exported the query data to a text file C:\MissItem.txt could
the mailmerge doc use this txt file to print?
Thanks, seeking this solution or advice
BUT it also has a hardcoded line (paragraph) that prints data from a query
in an access database
The Access application is split I have tried calling the query from the
secure Frontend get an error message that i don't have necessary
permissions to use the secure DB.
I currently call the query from the nonsecure Backend, but the BE is on the
server and sometimes the application hangs
The code below works if i reference the path to the Backend mdb. but doesn't
work from the Frontend because once word opens the user doesn't have
permissions to the query in the secure Access FrontEnd
{DATABASE \d "C:\\Test\\TestA.mde" \c "DSN=MS Access
Database;DBQ=C:\\Test\\TestA.mde;DriverId=25;FIL=MS
Access;MaxBufferSize=512;PageTimeout=5;" \s " select ItemDesc FROM
\"qLtrMissItem\" where AppID=13}
So...instead of calling a query as in the line above, is it possible to use
a second txt file to print this paragraph - i can create the text file in
Access but don't know how to code the mailmerge document.
Say if access exported the query data to a text file C:\MissItem.txt could
the mailmerge doc use this txt file to print?
Thanks, seeking this solution or advice