formatting cells, excel, access, numbers and alphanumeric

S

sniffinpoprocks

How do I format a column of cells in excel so that I can view all the cells
in access?

columns that contain only text are fine, columns with only numbers are also
fine.

columns with both numeric and alpha.. cells don't display the cells with
numbers, I get #Num! instead.


I know if I put ' in front of the number I can see it but I have a large
database with numbers already in the cells. any ideas? any easy fix without
going into each cell.
also, I need to know how I can edit the data later in excel and still see it
in access.
 
V

Van T. Dinh

Create an extra Column in Excel (next to the mixed Column) and use the
worksheet TEXT() function to convert the mixed Column to purely Text. In
Access, used this Column instead of the original Column.

Check Excel Help on the TEXT() function.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top