Matt
One of the problems with using Excel as any sort of datasource is
the driver wills can the first few rows to determine what the datatype is
( believe this magic number was between 8 and 12). That's the big problem,
it decides that the majority of data is one type so it decides that field in
every row should also be that type. I've had luck sometimes setting it to
text, but if it's too much text, the driver will sometimes decide the number
is should be a real datatype as in many data systems, a text datatype ends
up being stored at the end of the record or in a special place and all
that's in the cell is an address pointer to help find the text data.
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006
"Matt" <(E-Mail Removed)> wrote in message
news

882C85E-C6B7-44BB-9AB2-(E-Mail Removed)...
> Hello,
>
> I simply couldn't find any information specific to my problem.
> And it seems like such a simple thing...
>
> I have created a simple 'data results' page,
> pulling info from an excel spreadsheet.
>
> It works great...
> Pulls Names (text) from a column.
> Pulls Numbers from another column.
> But when I have Text & Numbers in the same column,
> it only pulls the numbers.
>
> What can I do to pull both Text & Numbers from the same column?
>
> I've tried setting the cells in the spreadsheet to 'text' & 'general'.
>
> I just don't get it.
>
> --Matt
>