ODBC -- call failed. Invalid character value for cast specification(#0)
I have created a SQL view that works. However, I have linked the SQL view to Access and when I try to open the view in access I get this error. ODBC--call failed Microsoft ODBC SQL Server Driver Invalid character value for cast speicification (#0).
This did work at one time. Not sure what has happened, and why it isn't opening now. I have tried to relink, and refresh the link. Any suggestions?
-------------------------------------------------------------------------
By very nature, in access you already have a view. Create view is not necessary as you are doing it manually.
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.