A2k Runtime and A2k2 on same machine (1 Viewer)

Rachael

Registered User.
Local time
Today, 02:33
Joined
Nov 2, 2000
Messages
205
Hello,

I have a client who has Access 2002 and Access 2000 runtime installed. The program I distribute with runtime as a split fe/be with the fe being an Access 2000 MDE file, the be a A2k mdb seems to run on the clients computer OK.
From what I have read so far would I be right in saying that Access 2002 will run A2k mde's? Therefore does my client need the A2k runtime.

Another reason for asking is that the latest upgrade I have sent failed and a new bit of code I am using seems to cause the problems (I think, the client is in another state)


Dim strConnect As String
strConnect = Mid(DBEngine(0)(0).TableDefs("Blocks").Connect, Len(";DATABASE=") + 1)

FileCopy strConnect, "C:\My Documents\VADataFile_BackUp.mdb"


Does anyone know about this? or is it my code in this particular environment?

Thankyou for all replies,

Regards, Rachael
 

Users who are viewing this thread

Top Bottom