Search results

  1. P

    problems with VB code

    I received help from this site yesterday, but I am still having problems with the code. I will try and describe my situation. I have two tables, Dealer Info and Call Log. In my form I have a combo box that should provide a list of the dealers in the Dealer Info table. When I select the...
  2. P

    error

    I am getting an, "Operation is not supported for this type of object", error when I try to execute the code below. The line that it stops on is: rst.Findfirst"[dealer]='" & Dealer &"'" Any suggestions? Private Sub Dealer_AfterUpdate() Dim db As Database Dim rst As...
  3. P

    end of statement error

    I am getting an, Expected: end of statement, error when I try to execute the code below. The line that it stops on is: rst.Findfirst"[dealer]='" & Dealer&"'" Any suggestions Private Sub Dealer_AfterUpdate() Dim db As Database Dim rst As Recordset Set db = CurrentDb...
  4. P

    combo box to automate related text fields

    I am getting the error End with without With. Do you have any suggestions?
  5. P

    combo box to automate related text fields

    combo box to automate related text fields This is my situation. I created a form that provides me with record information from my Call Log table. I have a combo box with a list of dealers. In a seperate table called Dealer Info I have the fields: "Dealer", "Fax", "Phone#", and "Technical...
Back
Top Bottom