david7777777777
Programmer
This is Access 97. I've got a table (tbl_Employees) with existing records. I've gone into that table and added a new, additional field called NewStuff, with the data type set to Text.
I've got an Excel 97 spreadsheet with one column named NewStuff. The cell format for this column is set to text. I have new information in this NewStuff column in the spreadsheet that I need to add to each existing record for each employee in the table. How do I insert/import this NewStuff data into the existing table and have the data correspond to the correct record? In other words, how do I make sure that Bob's NewStuff information in the spreadsheet is added to Bob's record in the table? Thanks.
I've got an Excel 97 spreadsheet with one column named NewStuff. The cell format for this column is set to text. I have new information in this NewStuff column in the spreadsheet that I need to add to each existing record for each employee in the table. How do I insert/import this NewStuff data into the existing table and have the data correspond to the correct record? In other words, how do I make sure that Bob's NewStuff information in the spreadsheet is added to Bob's record in the table? Thanks.