Hi Guys,
I'm really needing some assistance with this, I've got an access database that pulls together customer information from an ODBC source, however there is only so much information this ODBC this table can provide to me, so I have also created a SAP query that uses data from the ODBC table to give me all the data I need. Currently I am running an access query against the ODBC information, manually copying the results from the query, going into SAP and manually doing a paste, executing the query, then taking the query results back into a table in access. This is horrendously manual. Do you guys know of a way I can link up access to SAP so that I run all the queries through access VBA. I've had a look and a bit of a play around with RFC_Read_Table function in VBA, however this seems only to be able to pull back 1 table at a time, my SAP query has to use 3 tables as the information I need is spread across them. I did consider pulling all 3 table and doing the query in Access, however the delimiter fields again are not constant. I'm really pulling my hair out with this, do you guys know if I can run my SAP query through VBA?
Thanks
A