I was wondering how i can do this in vba....i want a button in excel that opens a new instance of access and set a object reference to that newly opened DB like this
set myNewDB = .....
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
ASKER