cannot import excel datasheet to make access database

M

Maria

A datasheet from excel cannot import to a access database using the excel
formulas already created. Please let me know howto make it worksame as on
excel?
 
K

KARL DEWEY

Access is a relational database. It only stores data in the fields of the
records. There is no formating in the storage area - so no formulas, no
colors, no font changes.

The queries, forms, or reports have formating to control the display.
Queries manipulate the data.
 
Top