I have a database of sales records. I keep invoice numbers in a table and scanned images of hand written invoices as .pdf files in a directory on the hard drive.
I would like to list all of my sales and have the list show whether there is an existing .pdf file that corresponds with each record.
What is the easiest way to go about this?
Table field name: InvNo
Records: 4200, 4201, 4202, etc.
Invoice Directory (folder) on C:
Files: 4200.pdf, 4201.pdf, 4202.pdf, etc.
Thank you,
Reg'
I would like to list all of my sales and have the list show whether there is an existing .pdf file that corresponds with each record.
What is the easiest way to go about this?
Table field name: InvNo
Records: 4200, 4201, 4202, etc.
Invoice Directory (folder) on C:
Files: 4200.pdf, 4201.pdf, 4202.pdf, etc.
Thank you,
Reg'