cannot import excel datasheet to make access database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
Back
Top