Microsoft 365 and Office | Development | Other
Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Can you help to issue below
due to the last line in the following
F1 = "J:\ZIM A4 IT Site\A4 Projects\SO Number Creator\Index\db1.accdb"
Dim Adb As Object: Set Adb = CreateObject("Access.Application")
'Call Adb.OpenCurrentDatabase(F1)
Adb.Visible = False
Dim db As DAO.Database
Set db = DBEngine(0).OpenDatabase(F1)