Filter from header

Rania01

Member
Local time
Today, 05:40
Joined
Oct 9, 2021
Messages
59
I'm having a little trouble with the form filter in Access. I'm using the listview in a few forms and the user needs to be able to filter there.
all data is from combo box
please help how to resolve
 

Attachments

  • Filter.jpg
    Filter.jpg
    57.2 KB · Views: 165
On MSAccess, go to File->Options->Current Database
then put 999999999 (nine 9) on:

Don't display lists when more than this number of records is read:

close and re-open your db.
 
i don't understand.
i change Recordsource rather than filtering.
test the form again.
 

Attachments

Zie result from the filter
 

Attachments

  • 2022-01-09 18_00_40-Window.jpg
    2022-01-09 18_00_40-Window.jpg
    29.3 KB · Views: 165
you cannot filter on Long Text, so i change it on tblKlant as Short text.
also there are fields that are Short Text but the content is numeric.
and you are using numeric results from combo, again i change
these fields from Short Text to Long Integer.

see your form.
 

Attachments

Users who are viewing this thread

Back
Top Bottom