G
Guest
Can anyone please help me with this? We were using an MS access database to connect to SAP using an ODBC connection. We had to change the setup to use an MS access database instead of SAP. In other words, rather than using an ODBC to SAP I have created another MS Access database that held all of the required tables from SAP. I now have 2 MS Access databases and I am trying to do a query to one from the other.
My query looks like this:
Select <dbasename>.<tablename>.<columnname> from <dbasename>.<tablename>.<columnname> where <dbasename>.<tablename>.<columnname> = <somevalue>.
It requires me to input parameter values for any items in the select clause and the where clause even though I provide them in the where clause. My ODBC connection fails in the VB program I run because those other parameters are not supplied and I cannot even do a general query using this method.
Please help me!
My query looks like this:
Select <dbasename>.<tablename>.<columnname> from <dbasename>.<tablename>.<columnname> where <dbasename>.<tablename>.<columnname> = <somevalue>.
It requires me to input parameter values for any items in the select clause and the where clause even though I provide them in the where clause. My ODBC connection fails in the VB program I run because those other parameters are not supplied and I cannot even do a general query using this method.
Please help me!