ADO Query of Excel Table is returning with incorrect Field Type
I've been playing with ADO recently to query a bunch of ListObject tables I have in Excel. It seems to work pretty good for all my queries and updates until I got to one table. It's kinda of my dumb all table for settings and isn't a standard format like most that have either all numeric, text or something in it. This table only has 3 fields which the last has a combination of text, numberic, boolean etc. I've tried resaving all the data in as text and converted the cell formats to text but for some reason it still assigns that last field as an adDouble. Is there any tricks to tell it what the format is.
Thank,
Bruce