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?
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
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 =...
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 =...
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.