Abrir un Informe de Access Con Clave
Publicado por Joaquin (98 intervenciones) el 13/12/2002 20:36:56
Yo abro el informe de access de la siguiente forma, pero cuando le coloco clave a la base de datos no me funciona, alguien sabe como hacerlo con clave.
Dim Infacc As New Access.Application
Set Infacc = GetObject(App.Path & "\Control.mdb")
Infacc.DoCmd.OpenReport "Informe Buses", acViewPreview
Infacc.DoCmd.Maximize
Infacc.Visible = True
Set Infacc = Nothing
Dim Infacc As New Access.Application
Set Infacc = GetObject(App.Path & "\Control.mdb")
Infacc.DoCmd.OpenReport "Informe Buses", acViewPreview
Infacc.DoCmd.Maximize
Infacc.Visible = True
Set Infacc = Nothing
Valora esta pregunta


0