Displaying 1 result from an estimated 1 matches for "miaccess".
Did you mean:
maccess
2005 Nov 17
0
problem with shell and acccess 97
...an application with acces97, after some weeks trying to execute it, i
got it! but now when the i try to do some function it crashes.
i think that the problem comes when the application try to call shell, but
im not sure.
the code when i click on the button is:
Public Sub EjecutaAccessOLD(ByRef MiAccess As Object, vista As Integer,
Informe, Condici?nWhere As String)
Dim strDB As String
Dim strCmd As String
If Not MiAccess Is Nothing Then
MiAccess.Quit
Set MiAccess = Nothing
End If
Set MiAccess = GetObject(, "Access.Application")
st...