Mike-palmer
Registered User.
- Local time
- Today, 08:33
- Joined
- Mar 27, 2003
- Messages
- 37
I’ve been coding up Access databases for my own personal needs for some time but I get confused easily around queries and I wondered if someone could suggest the best way to accomplish the following:
I have a large list box that contains a list of DVD movies I own Title & year). I would like the list to show the movies that meet certain parameters such as I have not yet watched them or genre.
Currently the list box is populated using a query that just lists the fields I need to be shown and sorts them into appropriate order. When I try to add more than one reference to check boxes on a form to attempt to select a sub-set of the complete list I run into problems.
I have a feeling that I should be creating the query using VB based on the selection check boxes on the form but I’m not sure how to do that.
Thanks for your help.
I have a large list box that contains a list of DVD movies I own Title & year). I would like the list to show the movies that meet certain parameters such as I have not yet watched them or genre.
Currently the list box is populated using a query that just lists the fields I need to be shown and sorts them into appropriate order. When I try to add more than one reference to check boxes on a form to attempt to select a sub-set of the complete list I run into problems.
I have a feeling that I should be creating the query using VB based on the selection check boxes on the form but I’m not sure how to do that.
Thanks for your help.