Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameterized Query->using the value in more than one place

Status
Not open for further replies.

ankursaxena

Programmer
Sep 7, 2001
133
US
Hi, I want to be able to write a parameterized query where I take in the username and then search a select * from where username X UNION select * from where username X..

Can this be done, I want to generate a report which will take the output of this, or is there a quick way of doing this using a small form and vba? to populate a report in Ms Access..Thanks
 
Thanks guys cuz of tennisguy's question and crowley16's answer I am able to do this, I found the solution on the next page, should have looked, but initially I thought I had an unsual requirement..anyhow..I guess other people also need to do unsual things :)

Thanks anyways..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top