So i have made a query witch filters the text you type in your textbox on a form. This is working great, but then this morning I had some records that contain some blank fields. My query does not show those records even if they contain the same text that I would type in my search form. I've searched the internet for answers and only found that access has problems with blank fields. But can I fix this problem? This is my expression in my query of one column:
Like [Forms]![searchform]![Qprojectomschrijving] & "*"
Could somebody help me with this?