Link to home
Start Free TrialLog in
Avatar of Bergan2
Bergan2

asked on

ODBC connection issue

I have a Access 2010 frontend connected to a SQL Server 2005 Express backend.  

I was able to use Access 2010 to migrate my tables using ODBC to the SQL Server.

I can open my Access 2010 frontend.  I am able to open tables, run queries, and open some forms and see data.  

However, when I open one form, I get a ODBC failed message.  

This does not make sense to me that it would connect and show me data from all tables but not show me information on this one form.

Please help.
Avatar of ee_reach
ee_reach
Flag of United States of America image

You will probably get access to more experts in SQL Server by moving this to the SQL Server forum instead of the MySQL forum.  Just a suggestion.
Avatar of Jeffrey Coachman
<Access 2010 to migrate my tables using ODBC to the SQL Server.>
Migrate or "Link"?

In any event run the linked table manager again and try refreshing the links.

<However, when I open one form, I get a ODBC failed message.  >
Or, check the Recordsource for this form and make sure that it is linked in the Linked table manager.

Avatar of Bergan2
Bergan2

ASKER

Thanks guys, I redid some VBA coding that worked in  Access 2007 but does not work in 2010 and now the connection is working well.

Thanks again.
If you post the code you "redid" you can accept your own post as the solution.
ASKER CERTIFIED SOLUTION
Avatar of Bergan2
Bergan2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
https://www.experts-exchange.com/questions/27292008/ODBC-connection-issue.html?cid=238#36486193
...only states that some code was "redid"

If the actual code is posted, then that post would be valuable as a solution.
Avatar of Bergan2

ASKER

I don't want any points.  
...accepting your own post will not give you (as the asker) any points.

My point here was that if you want to "Accept" any post, then that post must contain a valid solution.

You originally wanted to accept (as the solution) your post that only said "I redid some VBA coding ..."
This would have marked that post as the "Solution".
This means that any other member searching here for the same issue would see that and wonder what the actual "Redid" code was that actually fixed the issue.

Again, so why not simply post the actual code and accept your own post...?
If the code is confidential and cannot be posted, then simply request that the Q be closed.

JeffCoachman
Avatar of Bergan2

ASKER

Thanks for the explanation.  I didn't understand.  

Please close this question.  Thanks.
Experts cannot close questions, only admins can.
So you must click the "Request Attention" link and ask that the Q be deleted.
Avatar of Bergan2

ASKER

Thanks for the information.  I do not have access to the code anymore.  I was working on a project via an RDC connection. I have finished the project.  Thank you everyone for your help.  
Avatar of Bergan2

ASKER

I was able to solve my own problem and I am grading myself.