
November 18th, 2004, 01:44 PM
|
|
Contributing User
|
|
Join Date: May 2004
Posts: 55
Time spent in forums: 3 h 17 m 53 sec
Reputation Power: 5
|
|
|
SQL Question: Referencing columns in an excel spreadsheet w/ ADO
I have a spreadsheet I have to scan for data to be imported into an Access database. The layout of the spreadsheet is fixed.
It's laid out with several different "tables" of data on one sheet, stacked one atop the other. I can differentiate the rows I want as I'm scanning thruogh based on some criteria.
I'm using ADO and opening the SS like a DB table. I want to be able to restrict the rows returned somehow, based on my criteria. What is the syntax for referring to the rows in the SS when the are not named and do not have "column headers".
|