gazsharpe101
Registered User.
- Local time
- Today, 16:13
- Joined
- Oct 23, 2007
- Messages
- 47
Hi everyone,
I have a situation regarding comboboxes..
Please note that the information isn't stored in a table as it is a company database and I cannot get a new table added onto the back end at the moment so my method is to add the fields into the 'row source' property.
I have a form that is used to issue standard letters to companies using information stored on a database. In the first combobox it is a list of the type of company that the letter relates to, i.e. insurance company, bank etc.
Then, I have a 3 column combobox underneath which shows the number of each individual letter (ID if you like), then who it goes to (insurance company, bank etc) and then the purpose of the letter. For example, the first row looks similar to this in the 'row source' property:
"1";"Insurance Company";"Send enquiry letter"
As there are around 30 letters at the moment, with more to be added, what I want to happen is in the first combo box you choose the relevant type of company and then it filters out all of the letters to that relevant type of company in the second combobox. I have set the second column in the second combobox to be the 'bound column' but I am not sure how to make the value of the first combobox be a filter for the second combobox.
Any ideas...Is anyone else all comboboxed out, I know I am
Thanks for any help it is much appreciated.
Gareth.
I have a situation regarding comboboxes..
Please note that the information isn't stored in a table as it is a company database and I cannot get a new table added onto the back end at the moment so my method is to add the fields into the 'row source' property.
I have a form that is used to issue standard letters to companies using information stored on a database. In the first combobox it is a list of the type of company that the letter relates to, i.e. insurance company, bank etc.
Then, I have a 3 column combobox underneath which shows the number of each individual letter (ID if you like), then who it goes to (insurance company, bank etc) and then the purpose of the letter. For example, the first row looks similar to this in the 'row source' property:
"1";"Insurance Company";"Send enquiry letter"
As there are around 30 letters at the moment, with more to be added, what I want to happen is in the first combo box you choose the relevant type of company and then it filters out all of the letters to that relevant type of company in the second combobox. I have set the second column in the second combobox to be the 'bound column' but I am not sure how to make the value of the first combobox be a filter for the second combobox.
Any ideas...Is anyone else all comboboxed out, I know I am
Thanks for any help it is much appreciated.
Gareth.