Search results

  1. P

    Dynamically Loading Query Results

    Form is not bound to the query.. Only Textbox is connected to Query...
  2. P

    Dynamically Loading Query Results

    Hi All, I am new to Access and looking for some help. I have a query, which reads the combo box value and loads the result in Text box. It works fine when I load the Form. Now here is the problem… If I select another values from combo box the query result remains the same (in text box). How do...
  3. P

    Urgent Help with Error "Too Few Parameters, expected 2"

    Richary, One More Question..... The query listed below concatenate Fame value to current [Sales_Pipeline_Current].R_List value. Example : If R_List = “Richard Reed” And Fname = “Parth, Pathak” After running query it becomes “Richard,ReedParth,Pathak” How do I add space between two names...
  4. P

    Urgent Help with Error "Too Few Parameters, expected 2"

    It worked.....Great.. Thanks for your help..
  5. P

    Urgent Help with Error "Too Few Parameters, expected 2"

    Hi All, I can't get this simple query wroking in my Code....I am getting following error while running it "Run-time error 3061" Too Few Parameters, expected 2" Here is my Code: Dim Fname As String Dim ID As Integer Dim SSQL As String Dim SSQL1 As String Fname = Trim(List_Resource_Combo) ID =...
Back
Top Bottom