stnkyminky
Programmer
I am attempting to execute the following statement. Both of which work on my development machine, but do not work on the client machine. Why?
Set oAccess = New Access.Application
Set oAccess = CreateObject("Access.Application"
Scott
Programmer Analyst
Set oAccess = New Access.Application
Set oAccess = CreateObject("Access.Application"
Programmer Analyst