M
mhmaid
Hi
I am trying to do the following
my job is to receive and account the Patients bills which comes to me from
diff countries
and I have to keep a copy for the office
now , we want to stop taking copies , and instead , I should scan the
documents and save as pdf files
and according to the instructions from my boss, i have created a folder
"invoices" and in this folder I have created many folders with there names as
counties names ie."usa","united kingdom","germany",etc
folder is kept in drive d
D:\invoices\
i have a form called "invoice register" where i have to enter the invoice
details including name of the country of treatment
for each record , the key is Batchid "auto number"
each pdf file , represents a scanned copy of invoices for one batchid
now i wanted to create a button , when clicked to open the file that has the
same batchid
example
suppose the batchid number is 4433
and the country for this is usa
then
i want access to find the folder named "usa" and in that folder it should
open the pdf document named 4433
appreciate your help
I am trying to do the following
my job is to receive and account the Patients bills which comes to me from
diff countries
and I have to keep a copy for the office
now , we want to stop taking copies , and instead , I should scan the
documents and save as pdf files
and according to the instructions from my boss, i have created a folder
"invoices" and in this folder I have created many folders with there names as
counties names ie."usa","united kingdom","germany",etc
folder is kept in drive d
D:\invoices\
i have a form called "invoice register" where i have to enter the invoice
details including name of the country of treatment
for each record , the key is Batchid "auto number"
each pdf file , represents a scanned copy of invoices for one batchid
now i wanted to create a button , when clicked to open the file that has the
same batchid
example
suppose the batchid number is 4433
and the country for this is usa
then
i want access to find the folder named "usa" and in that folder it should
open the pdf document named 4433
appreciate your help