I am trying to import data from a spreadsheet into a pre-created table. The table however has columns that the spreasheet does not such as an autonumber PK and an ID as the FK.
What is the best way to get start importing into column 3 of the table from the spreadsheet and keep the first 2 columns intact.
The other problem I have is when I try to import some calculated fields from excel I get #NUM! in the table.
Any help would be appreciated.
What is the best way to get start importing into column 3 of the table from the spreadsheet and keep the first 2 columns intact.
The other problem I have is when I try to import some calculated fields from excel I get #NUM! in the table.
Any help would be appreciated.
Comment