Hi there,
In my database, (an order and enquiry and project tracking database), I have a page on the main form where I'd like to be able to show the items located in a file path (set in a field next to it). This needs to be the case for the invoices folder, the quotes folder and the general project files folder.
I know there is a way to do this but I'm not sure how.
I have a table "tblAssocDocs" with:
EnquiryID, (foreign pk)
chrQuotePath,
chrInvoicePath,
chrProjectPath
My form looks like this (at the moment)
There are currently no unbound list boxes or OLEObject thingies, but they will be placed in the sunken frames under each heading. The idea is that on clicking an item in the unbound box a user can click an "open" button (not yet added) to open the selected word document or excel file etc.
I couldn't find out how to do this in my Access 2003 Bible and now that's been stolen from a van I was in last week, I have no chance of finding info in there!
I'd very much appreciate your help as I'm at a loss as to how to do it except I do know I'll be needing to use some variables in my code.
I remember reading about someone having a table with a file path in it, which linked to photos of employees or something, but this seems to me to be a step further still (listing all files in a folder)
Blessings all, and keep up your wonderful work on here. One day, I might be able to contribute back.
Si
In my database, (an order and enquiry and project tracking database), I have a page on the main form where I'd like to be able to show the items located in a file path (set in a field next to it). This needs to be the case for the invoices folder, the quotes folder and the general project files folder.
I know there is a way to do this but I'm not sure how.
I have a table "tblAssocDocs" with:
EnquiryID, (foreign pk)
chrQuotePath,
chrInvoicePath,
chrProjectPath
My form looks like this (at the moment)
There are currently no unbound list boxes or OLEObject thingies, but they will be placed in the sunken frames under each heading. The idea is that on clicking an item in the unbound box a user can click an "open" button (not yet added) to open the selected word document or excel file etc.
I couldn't find out how to do this in my Access 2003 Bible and now that's been stolen from a van I was in last week, I have no chance of finding info in there!
I'd very much appreciate your help as I'm at a loss as to how to do it except I do know I'll be needing to use some variables in my code.
I remember reading about someone having a table with a file path in it, which linked to photos of employees or something, but this seems to me to be a step further still (listing all files in a folder)
Blessings all, and keep up your wonderful work on here. One day, I might be able to contribute back.
Si
Last edited: