I have a SQL Server table that I am linking to via ADO. I have to use ADO because the table has 500+ fields. I have a SQL string that selects the 162 fields that I need. What I now need to do is import the data into an Access table that I can use as the record source for a report. (Access won't let me set the recordsource of the report to a ADO recordset.) I guess that I could loop through all the records and fields and add\update to the Access table but I was hoping for a faster approach. Any and all suggestions will be appreciated.
Thanks,
Eric
Thanks,
Eric