Hello,
Im creating a database with several search functions which will open queries and filter my data according to several combo box inputs. I would also like it to ignore any boxes left blank however the way I have been doing this is in the query:
[Forms]![FormSearch]![ComboFamily] Or Like [Forms]![FormSearch]![ComboFamily] Is Null
This works fine for up to about 6 searching criteria but gives the error message 'query too complex' once I go over this. Im pretty inexperienced with Access. Is there a simpler work around for this?
Basically what I want to do is have an advanced filter using a form with user input data which will ignore any inputs which are left blank.
Any help would be much appreciated.
Cheers
Am
Im creating a database with several search functions which will open queries and filter my data according to several combo box inputs. I would also like it to ignore any boxes left blank however the way I have been doing this is in the query:
[Forms]![FormSearch]![ComboFamily] Or Like [Forms]![FormSearch]![ComboFamily] Is Null
This works fine for up to about 6 searching criteria but gives the error message 'query too complex' once I go over this. Im pretty inexperienced with Access. Is there a simpler work around for this?
Basically what I want to do is have an advanced filter using a form with user input data which will ignore any inputs which are left blank.
Any help would be much appreciated.
Cheers
Am