Hello,
I am very new to Microsoft Access and have been asked by the company I work for to create a database that integrates inventory and employee information. (like what we have on location, who has what checked out etc.) I have all my data tables set up and have used a video to create a search form.
I also have created a navigation form where I can easily view all the info I need. I have added the search form to the navigation form. My search form has a text box for 'Item' and 'Assigned number' then a button for run query. I want to be able to enter in the search criteria I need then click the button and have it bring up that specific info. When I enter in a search criteria another box pops up saying "enter parameter value" then below that is says "Forms!SearchFI!AssignedNum" then I can enter in the info and click ok or just leave it blank and click ok. then it brings up the same thing except for item. after that it will load the quary with the info I need. I hope that makes sence
Why is it not just opening the query after I click the run query button? I do not want it to bring up that additional box in order to search.
for my search form under criteria in design view I have this Like "*" & [Forms]![SearchFI]![Item] & "*"
I need help and I am not good at this.
I am very new to Microsoft Access and have been asked by the company I work for to create a database that integrates inventory and employee information. (like what we have on location, who has what checked out etc.) I have all my data tables set up and have used a video to create a search form.
I also have created a navigation form where I can easily view all the info I need. I have added the search form to the navigation form. My search form has a text box for 'Item' and 'Assigned number' then a button for run query. I want to be able to enter in the search criteria I need then click the button and have it bring up that specific info. When I enter in a search criteria another box pops up saying "enter parameter value" then below that is says "Forms!SearchFI!AssignedNum" then I can enter in the info and click ok or just leave it blank and click ok. then it brings up the same thing except for item. after that it will load the quary with the info I need. I hope that makes sence
Why is it not just opening the query after I click the run query button? I do not want it to bring up that additional box in order to search.
for my search form under criteria in design view I have this Like "*" & [Forms]![SearchFI]![Item] & "*"
I need help and I am not good at this.
Last edited: