Search results

  1. C

    How to read BDD.OpenRecordset(SQL). Code Insert.

    I think dont run! When I put your line code, 3033 is the number of the error its appears. I'm working with Access XP or 2002 and security system with "User Administrator in access". Why this problem?
  2. C

    Montrer resultat sql

    No. ";" is not necessary. I'm work with Access XP or 2002. I don't understand to do for to view the result of the sql sentences. It is a simple sentence and a simple object (TextBox). Please helpme
  3. C

    Montrer resultat sql

    Je voudre voire le resultat de ma sequence sql. COde: Private Sub Commande11_Click() Dim BDD As Database 'Objeto para manejar la base de datos Dim TBL As dao.Recordset 'Objeto para manejar la Tabla Dim SQL As String Set BDD = OpenDatabase("d:\fia\fia.ch.mdb") 'Abre la base de datos SQL =...
  4. C

    How to read BDD.OpenRecordset(SQL). Code Insert.

    Hello, How to read the result of "BDD.OpenRecordset(SQL)", my line code is: Private Sub Commande11_Click() Dim BDD As Database Dim TBL As dao.Recordset Dim SQL As String Set BDD = OpenDatabase("d:\fia\fia.ch.mdb") 'open BDD SQL = "SELECT * FROM vehiculo where cod_user = 1" Set TBL =...
  5. C

    What is the group of my currentuser

    Hello from Barcelona, I like view the group of my currentuser. The user and the group as created by "administrator user" from access XP. Thank you, and sorry for my bad English.
Back
Top Bottom