C
CY
I am really new to VBA but have been using Access for a while, although I am
bit rusty as I haven't used it consistently lately...
My question...I would like to use a multi select list box on a form, which I
have made so that it LOOKS correct, but I can't make it actually store the
data in the underlying table. I am pretty sure I will need to write code to
do it, but I am not sure if this is really the solution I am looking for...
I need the user to be able to select categories, and then create a report
that lists every business that is using that category. So for example...
ABC company will have 3 categories: Recreation, Children's Products and
Childrens Parties.
XYZ Company will have 2 categories: Recreation, Mom's Products
123 Company will have 4 categories: Home Products, Safety, Business
Solutions and Health
Then the report that I will create from the table will list as follows:
Recreation:
ABC Company
XYZ Company
Childrens Products:
ABC Company
Children's Parties:
ABC Company
Mom's Products:
XYZ Company
etc etc etc
After I hit a block there I created a field for every category and just made
it Yes/No on the table, but this is going to cause me problems when I try to
make a report and if the user wants to add categories, not to mention it's
sloppy. Looks good on the form, but that's about it. So if anyone has any
ideas that I can use to accomplish this I would really appreciate it.
Hopefully it's not really simple and I have missed it!
Hope this makes sense...can anyone help?
TIA
CY
bit rusty as I haven't used it consistently lately...
My question...I would like to use a multi select list box on a form, which I
have made so that it LOOKS correct, but I can't make it actually store the
data in the underlying table. I am pretty sure I will need to write code to
do it, but I am not sure if this is really the solution I am looking for...
I need the user to be able to select categories, and then create a report
that lists every business that is using that category. So for example...
ABC company will have 3 categories: Recreation, Children's Products and
Childrens Parties.
XYZ Company will have 2 categories: Recreation, Mom's Products
123 Company will have 4 categories: Home Products, Safety, Business
Solutions and Health
Then the report that I will create from the table will list as follows:
Recreation:
ABC Company
XYZ Company
Childrens Products:
ABC Company
Children's Parties:
ABC Company
Mom's Products:
XYZ Company
etc etc etc
After I hit a block there I created a field for every category and just made
it Yes/No on the table, but this is going to cause me problems when I try to
make a report and if the user wants to add categories, not to mention it's
sloppy. Looks good on the form, but that's about it. So if anyone has any
ideas that I can use to accomplish this I would really appreciate it.
Hopefully it's not really simple and I have missed it!
Hope this makes sense...can anyone help?
TIA
CY