Hello to the world of the wise,
I am a CSOM student at TRU. I am trying to design a database to improve my understanding.
The problem I am having is with setting up a query. I have a Query Form that has multilple controls to narrow the results of the query.
The functionality I am looking for is to allow a user to enter text into each of the textboxes or into couple or into none. Each textbox corresponds to a field in a Table.
I have tried:
Like '[Forms]![ReportPage]![StatusTextbox]' & '*' entered in a criteria line corresponding to the Status field.
I have also tried using doulbe quotes ( " ) instead of the single quotes ( ' ).
If I have information in each text box it returns the query executes perfectly. If I leave one textbox blank, no results are returned.
I am reletively new with access, but I do have some VB 2005 knowledge.
Once I have the correct format I will be able to apply it to each field
Any input would be greatly appreciated.
Thanks in advance
I am a CSOM student at TRU. I am trying to design a database to improve my understanding.
The problem I am having is with setting up a query. I have a Query Form that has multilple controls to narrow the results of the query.
The functionality I am looking for is to allow a user to enter text into each of the textboxes or into couple or into none. Each textbox corresponds to a field in a Table.
I have tried:
Like '[Forms]![ReportPage]![StatusTextbox]' & '*' entered in a criteria line corresponding to the Status field.
I have also tried using doulbe quotes ( " ) instead of the single quotes ( ' ).
If I have information in each text box it returns the query executes perfectly. If I leave one textbox blank, no results are returned.
I am reletively new with access, but I do have some VB 2005 knowledge.
Once I have the correct format I will be able to apply it to each field
Any input would be greatly appreciated.
Thanks in advance
Comment