MSAnewbie 0 Newbie Poster

I want my Access form to return a result based on data entered in a text box and combo box. I have 4 queries: qryA, qryB, qryC, qry D

I want the user to be able to select A, B, C, or D from a combo box and then enter data into the text box that is common in all four queries. In this case let's say that field is Name. How can I accomplish this through a form? The result will show once the command button and two previous values are entered.