I created a simple, one table, database to store and search for worship songs for my church. However, to create the search form that I want, I need to do some VBA coding, which I am new to. Can someone please give me some code syntax to work with for the following requirements:
I have a split search form (form for filter/search options and datasheet for filter results) already set up to filter the songs by each letter of the alphabet. Now I want to have check boxes to filter the songs by song categories, since each song is assigned to a subject/category. I want to be able to pick more than one category to include in my filter. So checking the box would apply the filter and unchecking the box would remove that filter. I have like 50 different categories and the songs are not in English, but lets just work with these 3 sample categories, I can follow the example: Category1, Category2, and Category3.
My table fields are: SongTitle, Category, Tone, Language, LastSung, and Open (which is the hyperlink field to open the song ppt).
I also already have all my queries for pulling songs by categories made, if that makes it any easier.
Thanks ahead for the help...
I have a split search form (form for filter/search options and datasheet for filter results) already set up to filter the songs by each letter of the alphabet. Now I want to have check boxes to filter the songs by song categories, since each song is assigned to a subject/category. I want to be able to pick more than one category to include in my filter. So checking the box would apply the filter and unchecking the box would remove that filter. I have like 50 different categories and the songs are not in English, but lets just work with these 3 sample categories, I can follow the example: Category1, Category2, and Category3.
My table fields are: SongTitle, Category, Tone, Language, LastSung, and Open (which is the hyperlink field to open the song ppt).
I also already have all my queries for pulling songs by categories made, if that makes it any easier.
Thanks ahead for the help...
Last edited: