Hi,
I have a db, addressbook. In my form (frmAddressbook)
i have a listbox (lstNames) with the first- and lastnames. There
are also buttons to filter the listbox by category (Family, friends,
colleagues).
Sofar everything's working fine.
Now I will make 27 buttons (A-Z & all) to filter the form
by the first character of the Lastname.
I don't need the combination of both filters (category buttons
AND alphabeth).
If I do it the same way like I did for the category buttons,
the alphabeth filters works fine but then the category filters
don't works anymore.
Is there anyone who can help me with this ?
I have a db, addressbook. In my form (frmAddressbook)
i have a listbox (lstNames) with the first- and lastnames. There
are also buttons to filter the listbox by category (Family, friends,
colleagues).
Sofar everything's working fine.
Now I will make 27 buttons (A-Z & all) to filter the form
by the first character of the Lastname.
I don't need the combination of both filters (category buttons
AND alphabeth).
If I do it the same way like I did for the category buttons,
the alphabeth filters works fine but then the category filters
don't works anymore.
Is there anyone who can help me with this ?