G
Guest
I've got my shell command as below:
Call fHandleFile(Application.CurrentProject.path & "\Documents\Maps\" &
DLookup("[txtMapPath]", "qryMaps") & ".pdf", WIN_NORMAL)
Where qryMaps.txtMapPath displays the filename (ie. "District_01"). I can
select multiple districts, up to 32 to merge to various documents at the same
time. How can I open muliple pdf files using the shell method?
When I select two or more districts (with check boxes) only the first one's
pdf file will open.
Thanks,
matt
Call fHandleFile(Application.CurrentProject.path & "\Documents\Maps\" &
DLookup("[txtMapPath]", "qryMaps") & ".pdf", WIN_NORMAL)
Where qryMaps.txtMapPath displays the filename (ie. "District_01"). I can
select multiple districts, up to 32 to merge to various documents at the same
time. How can I open muliple pdf files using the shell method?
When I select two or more districts (with check boxes) only the first one's
pdf file will open.
Thanks,
matt