Search results

  1. S

    SQL Query

    Hi, I am quite new to SQL Server and really need help running an SQL Statement. I am trying to select all records from one table and only those from another table which match, however I need to filter the second table first based on a user input. Anyone got any ideas on how I can do this...
  2. S

    SQL Server - Passing Parameters

    Hi, After years and years of working with Jet, I am now trying to use SQL Server backands and am having problems passing parameters to a stored procedure. How can I build a query which where I can say "WHERE ([AField]=""" & Forms!BlarBlaretc.value & """)" as I can in access because as I...
Back
Top Bottom