ahmed_optom
Registered User.
- Local time
- Today, 22:18
- Joined
- Oct 27, 2016
- Messages
- 93
Im trying to link a table to a access file.
I can do it manually fine, but I am trying to do it with vba. I have used tabledef and tried to connect using odbc and oldeb but i get isam errors.
sConnect = "Provider=Microsoft.ACE.OLEDB.16.0;Data Source=Z:\Documents\PMS\Database_be.accdb;Jet OLEDB
atabase Password=;"
i get error 3017 no installable isam.
I dont think its because i need to install something, as it works if I do it manually.
any ideas?
I can do it manually fine, but I am trying to do it with vba. I have used tabledef and tried to connect using odbc and oldeb but i get isam errors.
sConnect = "Provider=Microsoft.ACE.OLEDB.16.0;Data Source=Z:\Documents\PMS\Database_be.accdb;Jet OLEDB

i get error 3017 no installable isam.
I dont think its because i need to install something, as it works if I do it manually.
any ideas?