Hi there..
I have a access form which store the information of each invoice with a unique id , for example
"INV 0100" and for each record of invoice there is a related pdf file which belong to it. For instance,
"INV 0100-P85037 belong to invoice "INV 0100".
i did not save the pdf file in invoice table, but what i need is, when i click on the a button "View File", the correspondence pdf file will be displayed for the current record.
Is this make sense ? or i need to save the pdf file into the invoice table in order to reach this?
I am waiting for the solutions as soon as possible, many thanks.
I have a access form which store the information of each invoice with a unique id , for example
"INV 0100" and for each record of invoice there is a related pdf file which belong to it. For instance,
"INV 0100-P85037 belong to invoice "INV 0100".
i did not save the pdf file in invoice table, but what i need is, when i click on the a button "View File", the correspondence pdf file will be displayed for the current record.
Is this make sense ? or i need to save the pdf file into the invoice table in order to reach this?
I am waiting for the solutions as soon as possible, many thanks.
Comment