prebanks said:
I must prepare an Access-based database for exporting the data into a new
Access-based database. First, they want to export the data into Excel.
Normally it's neither necessary nor desirable to use Excel as an
intermediary for moving data from one Access database to another. If you
can't import the data directly to the new database (using File|Get External
Data), create a new, empty Access database and import the data into that;
then, later, move it to its final destinaation.
How do I prepare the database for this?
If you're not going to use Excel as an intermediary, no special preparation
is needed. If you are going to use Excel, you need work round Excel's
limitations (e.g. a limit of 65,536 rows in any worksheet) and the
complications that can arise when importing data from Excel into Access.