Hello, I'm very new to Access, and have been tasked with what seems to be a simple solution.
I have a table in my database for products. Feilds in the database are UPC, Prod Desc, Start Date, End Date.
I want to have a simple form to where the user enters a UPC in a textbox, clicks the Search Button and the results are displayed on the same form. The results need to be read only.
I was able to set up the Query without any problems, but I don't know how to attach everything together in the form. So the info from the textbox gets sent to the Query as the filter critera and the results are sent back to the form (I'm thinking into a list box).
Any help would be appreciated in pointing me in the proper direction.
I have a table in my database for products. Feilds in the database are UPC, Prod Desc, Start Date, End Date.
I want to have a simple form to where the user enters a UPC in a textbox, clicks the Search Button and the results are displayed on the same form. The results need to be read only.
I was able to set up the Query without any problems, but I don't know how to attach everything together in the form. So the info from the textbox gets sent to the Query as the filter critera and the results are sent back to the form (I'm thinking into a list box).
Any help would be appreciated in pointing me in the proper direction.