How do you call a shell and print a record?
I can create a bat file and print from the following string.
I would like to create a macro or VBA to do the same from within access.
My bat path:
I am generating the path and string in a query with field name, PrintDocs.
I am copying the column and pasting the field into a bat file to print. I'd really like to run it from a macro, but I can't get a handle on it.
Thanks.
Hefly
I can create a bat file and print from the following string.
I would like to create a macro or VBA to do the same from within access.
My bat path:
Code:
"C:\program files (x86)\irfanview\i_view32.exe" U:\D75\D750310*.tif /print
"C:\program files (x86)\irfanview\i_view32.exe" U:\D77\D770127*.tif /print
"C:\program files (x86)\irfanview\i_view32.exe" U:\D78\D780595*.tif /print
I am generating the path and string in a query with field name, PrintDocs.
I am copying the column and pasting the field into a bat file to print. I'd really like to run it from a macro, but I can't get a handle on it.
Thanks.
Hefly