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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Sainath

  1. Sainath

    Is it possible to use two or more variables in an SQL select query?

    I think the way you declared your SQL statements are wrong. I am assuming you are putting the statements in VBA code.<br>This is how I would do it:<br><br><br>Dim dbs As Database<br>Dim rst As recordset<br>strSQL As String<br>Month As Integer<br>Year As...

Part and Inventory Search

Back
Top