Vraag : Hoe kan een gegevensbestand van de Toegang in een nieuw venster gebruikend Toegang VBA worden geopend?

Ik heb dit:

How kan een gegevensbestand van de Toegang in een nieuw venster gebruikend Toegang VBA worden geopend?

Public SubOpenDatabase (DatabaseName)

Dim strDB als String
Dim appAccess als Access.Application
Dim strFilename als String
Dim PathIs als String

'** ontdekt path
'PathIs = Application.CurrentProject.Path

DriveLetter = links (Application.CurrentProject. Path, 1)
PathIs = DriveLetter & „: \“ & leidt DatabaseName
strDB = PathIs & „\“ & DatabaseName & „.accdb "

'** tot nieuwe instantie van Microsoft Access.
Set appAccess = („Access.Application“)

'** Open gegevensbestand CreateObject in/>ase/>appAccess.OpenCurrentDatab
'** Open AutoExec form.
appAccess.DoCmd.OpenForm „AutoExec "

End Sub
Public SubOpenDatabase van Microsoft Access window.


Dim strDB als String
Dim appAccess als Access.Application
Dim strFilename als String
Dim PathIs zoals String

'** path
'PathIs = Application.CurrentProject.Path

DriveLetter = links ontdekt (Application.CurrentProject. Path, 1)
PathIs = DriveLetter &“: \ „& leidt DatabaseName
strDB = PathIs &“ \ „& DatabaseName &“ .accdb "

'** tot nieuwe instantie van Microsoft Access.
Set appAccess = („Access.Application“)

'** Open gegevensbestand CreateObject in/>ase/>appAccess.OpenCurrentDatab
'** Open AutoExec form.
appAccess.DoCmd.OpenForm „AutoExec "

End Sub
van Microsoft Access window.

Antwoord : Hoe kan een gegevensbestand van de Toegang in een nieuw venster gebruikend Toegang VBA worden geopend?

u aanbracht om het even welke veranderingen op gal?
als ja u op replicatie zou kunnen moeten wachten.
Andere oplossingen  
 
programming4us programming4us