Tezcatlipoca
Registered User.
- Local time
- Today, 20:53
- Joined
- Mar 13, 2003
- Messages
- 246
Hi everyone,
Hokay, so I'm starting work on a brand new project. I've written a lot of databases in the past, although the last one was years ago and I'm a little rusty now. However, the last database made extensive use of VB, so don't have any worries about firing terminology at me!
Right, my first issue is more a "can't remember how to do this" rather than a "no idea if you can", and I'd really appreciate some help.
I should say right from the start that we're looking at a Windows 2003 domain network, with every client on XP SP3 and running Office 2003.
Basically, I need to create a form within the database that contains a listbox. This list box is pointing at a certain folder in a shared location on the network which contains a huge amount of Word and Excel files.
Each one of these files is preceeded by a code, of the type XX000 which relates to the form number and department (so Marketing have files list MK001, MK002, etc.). There are about four dozen of these classifications.
Now the list box on the form should simply list all files within this folder, and allow the user to double click any of them to open them in the relevant program. And before you say "Er...why don't you just-" yes, I know I can embed a standard Windows Explorer style box in to handle it, but there are a number of issues with this, not least that the list that's generated must not only look like part of the database program, but it's population must be totally under the control of the database...
...which is where the second bit comes in. The user should be able to click a series of buttons along the bottom of the form that automatically filter the list according to department. So, they click Marketing for example, and the listbox shows only files that start with the MK code.
Does anyone know of a good place to start with this, please?
Not only that, the user should be able to
Hokay, so I'm starting work on a brand new project. I've written a lot of databases in the past, although the last one was years ago and I'm a little rusty now. However, the last database made extensive use of VB, so don't have any worries about firing terminology at me!
Right, my first issue is more a "can't remember how to do this" rather than a "no idea if you can", and I'd really appreciate some help.
I should say right from the start that we're looking at a Windows 2003 domain network, with every client on XP SP3 and running Office 2003.
Basically, I need to create a form within the database that contains a listbox. This list box is pointing at a certain folder in a shared location on the network which contains a huge amount of Word and Excel files.
Each one of these files is preceeded by a code, of the type XX000 which relates to the form number and department (so Marketing have files list MK001, MK002, etc.). There are about four dozen of these classifications.
Now the list box on the form should simply list all files within this folder, and allow the user to double click any of them to open them in the relevant program. And before you say "Er...why don't you just-" yes, I know I can embed a standard Windows Explorer style box in to handle it, but there are a number of issues with this, not least that the list that's generated must not only look like part of the database program, but it's population must be totally under the control of the database...
...which is where the second bit comes in. The user should be able to click a series of buttons along the bottom of the form that automatically filter the list according to department. So, they click Marketing for example, and the listbox shows only files that start with the MK code.
Does anyone know of a good place to start with this, please?
Not only that, the user should be able to