1
vote
1answer
49 views

Extracting UID from ODBC Connection in MS Access

I have a MS Access front end with tables linked to SQL Server. I used a file DSN to link tables, and upon opening Access database the user has to enter SQL server userID and password. Is there a way ...
0
votes
0answers
66 views

Reserved error (-7732) when importing data with Access 2010 (64bit) via ODBC

When create a new database in Access 2010(64bit) and tend to import data from a 3rd-party database via ODBC, an error message is displayed by Access 2010(64bit). Error message: "Reserved error ...
1
vote
1answer
104 views

Add auto incrementing number based on column

I am trying to wrap my head around a problem I hit exporting data from one system to another. Let's say I have a table like: id | item_num 1 1 2 1 3 2 ...
1
vote
0answers
140 views

How can I use LibreOffice ODS in ODBC?

I am able to access a Microsoft Table through ODBC with the drivers provided by them: https://www.microsoft.com/en-us/download/details.aspx?id=13255 With this, I have streamlined Data Input for my ...
0
votes
1answer
606 views

ODBC Access2010 MySQL connection error [duplicate]

Possible Duplicate: Mysql server does not support 4-byte encoded utf8 characters I have a 64 bit OS, and Microsoft Access 2010 and remote MySQL 4.1.13 (I have the credentials). I downloaded ...
0
votes
2answers
314 views

SQL statement against Access 2010 DB not working with ODBC

I'm attempting to run a simple statement against an Access DB to find records. Data validation in the records was horrible, and I cannot sanitize it. Meaning, it must be preserved as is. I need to ...
0
votes
1answer
6k views

How can I connect to a System ODBC connection is Access 2010 on Windows 7

I'm trying to connect an Access DB (2010 32-bit) to a System ODBC connection on a Windows 7 PC (64-bit) However, when I try to link to the Machine Data source for it, I can't find the ODBC data ...
3
votes
2answers
836 views

Run-Time error '-2147024703 (800700c1)' when running Access 2010 with SQL Server 2008

I have an application written in MS ACCESS 2007 using VBA, connecting to an SQL Server at the back end. Both Access and SQL Server are running locally. My machine runs Access 2010 and MS SQL Server ...
0
votes
1answer
1k views

MS Access VBA trapping SQL Server Connection Error

I'm Having problems getting Access (2010) VBA to trap errors for connections to a SQL Server (2008) for linking tables. I'm getting an error and popup windows, presumably from the ODBC Driver? I want ...
1
vote
1answer
224 views

Need Ability to Easily Switch Between ODBC Connections in Access 2010

I am diving back into the world of Access for the first time in years...and coordinating that with SQL for the first time so please forgive my ignorance here. Here is what I am trying to do: I have ...
2
votes
1answer
584 views

why does access 2010 with postgresql odbc driver call IDENT_CURRENT?

I am migrating an access 2003 application to access 2010. The application uses the postgres odbc driver to access its data. On access 2010 it tries to use the IDENT_CURRENT function on the postgresql ...