I have a table in a db that is going to be shared by multiple users, each will have different criterea they will want to search by and none are familiar with Access. I have about 12 text boxes and 6 check boxes on a form that I would like them to set the search criterea with, click a button and let the code build the SQL.
I have built small ones using "if" statements, building a string statement and then opening a recordset but thought there must be a better way to do this.
Any help or ideas would be great.
I have built small ones using "if" statements, building a string statement and then opening a recordset but thought there must be a better way to do this.
Any help or ideas would be great.