got_access:]
Registered User.
- Local time
- Today, 14:18
- Joined
- Jun 15, 2018
- Messages
- 83
Hi All,
I have Access 2016 and am attempting to make a connection to and query a table.
I tried this and got a compile error:
DIM rst as ADODB.Recordset
But this is working:
Dim rst As Object
Set rst = CreateObject("ADODB.Connection")
Any suggestions on what the script would look like from here for querying into a table?
Thanks!
I have Access 2016 and am attempting to make a connection to and query a table.
I tried this and got a compile error:
DIM rst as ADODB.Recordset
But this is working:
Dim rst As Object
Set rst = CreateObject("ADODB.Connection")
Any suggestions on what the script would look like from here for querying into a table?
Thanks!