L
Lars Brownies
I used to have an unnormalized main table (Person) with, amongst others,
boolean fields Category 1, Category 2, Category 3. When used in a form I
could easily filter one or more categories by using the selection filter
option. I've now normalized the table by adding a 1xM Person-Category table.
The field Category can have value A, B, or C. So far, so good.
On the form I still want the user to be able to switch easily (by one
click?) between the main records of one or more categories. How would I go
about this? Should I use a listbox and let the user pick one or more
categories and then set the records source of the form to a corresponding
query? Or are there better ways?
Thanks,
Lars
boolean fields Category 1, Category 2, Category 3. When used in a form I
could easily filter one or more categories by using the selection filter
option. I've now normalized the table by adding a 1xM Person-Category table.
The field Category can have value A, B, or C. So far, so good.
On the form I still want the user to be able to switch easily (by one
click?) between the main records of one or more categories. How would I go
about this? Should I use a listbox and let the user pick one or more
categories and then set the records source of the form to a corresponding
query? Or are there better ways?
Thanks,
Lars