below is a small part of my code which opens a specific database 2000 but for some reason access 97 object opens causing my code to bug. Is there a way to specify which version of access you need to have open using
vb?
Dim app As Access.Application
Set app = CreateObject("access.application")
app.Visible = True
app.OpenCurrentDatabase ("C:Pending_Clear_ADS.mdb")