Search results

  1. T

    change the color of a textarea into red but it becomes black

    Hello, I want to change the color of the background from a textarea txtTitel. I want to change it into the color red, but i get always the color black. The forecolor doesn't change. I use the following rules: lngWhite = RGB(255, 255, 255) lngRed = RGB(255, 0, 0) lngYellow = RGB(255, 255, 0)...
  2. T

    Error 2465

    I am getting the error 2465 in the program below. Error discription: "can't find the field '|1' referenced to in your expression" Here is a part of the program Dim strMySql_zoekenOpId As String Dim strTitel As String strTitel = "DVD-LIJST" strMySql_zoekenOpId = "SELECT tbldrager.Id...
  3. T

    Form parameters in vba with sql

    Hi, There is a error in the next piece of program. The error is the red text below strMySql_zoekenOpId = "SELECT tbldrager.Id, tbldrager.Naam, tbldrager.Soort, tbldrager.Aantal, tbldrager.Formaat, tbldrager.Kostprijs, tbldrager.LEVERANCIER, tbldrager.Verpakking " & _ "FROM tbldrager " & _...
  4. T

    Hello

    I am new to access 2010 and i hope to learn a lot here.
Back
Top Bottom