Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/03/2006, 13:47
Avatar de dogduck
dogduck
 
Fecha de Ingreso: enero-2006
Ubicación: ¿Atlantida, Hesperides, Islas afortunadas?
Mensajes: 2.231
Antigüedad: 18 años, 3 meses
Puntos: 19
Prueba esto y cuentanos
Código:
Option Explicit

Sub main()

DIM oCon
Set oCon = CreateObject("ADODB.Connection")

With oCon
    .Provider = "Microsoft.Jet.OLEDB.4.0"

    .ConnectionString = "Data Source=D:\Chapucillas\BDITO.mdb"

    .Open

   
        .UPDATE interfacesRA SET Proveedor = 'AUNA' WHERE ((InterfacesRA.pvc Like '3/*') AND (InterfacesRA.router='RADSLS'));

        .Close

   MsgBox "Finito - Comprobar validez del script", 32, "Fin del proceso"

End With
End Sub

main()
Si no te vale busca en google web del buho e investiga por hay , tiene muy buenas ideas para el access esa web