I have a database that currently uses multiple combo boxes with value lists attached to each box. The items from the value lists are used to generate a descriptive report from predetermined phrases. One problem is I get one choice per combo box. Another problem is my tables are storing the entire phrase from these combo boxes and I can foresee this becoming a problem since the files are getting large. Each report can have 20 to 30 phrases each.
I have found the code on microsofts page to create a multiselect list box and have played with it and I like the interface. It allows 1 list to have lots of phrases and pick several from the list. These phrases are then concantonated (did I spell that right?)into a paragraph. This also has the problem of storing alot of text into the database. The selections for the list box are lookup tables. What I would like to do is only store the reference to the lookup table and then use that to create the paragraph when its needed. The other sticking point is if the text that makes the paragraph is edited to something not in the list it needs to be saved somewhere.
Is this making any sense or am I nuts? I would be happy to send a sampls MDB to anyone willing to help. This has been making me crazy for several months, I have read a couple thick books and cant get any ideas. Please help ( insert pitiful whimper sound effect)
I have found the code on microsofts page to create a multiselect list box and have played with it and I like the interface. It allows 1 list to have lots of phrases and pick several from the list. These phrases are then concantonated (did I spell that right?)into a paragraph. This also has the problem of storing alot of text into the database. The selections for the list box are lookup tables. What I would like to do is only store the reference to the lookup table and then use that to create the paragraph when its needed. The other sticking point is if the text that makes the paragraph is edited to something not in the list it needs to be saved somewhere.
Is this making any sense or am I nuts? I would be happy to send a sampls MDB to anyone willing to help. This has been making me crazy for several months, I have read a couple thick books and cant get any ideas. Please help ( insert pitiful whimper sound effect)