Hey brilliant folks!
My problem is:
I have 2 tables. One is in use in the database already and its purpose is to supply company information when a Coder clicks an "Expand for company information" field in a datasheet form. This table is not complete as information was supplied to us after data entry by companies providing excel sheets with the company information.
The excel sheets do not match the CompanyInfo table layout and field order. They also have a different selection of fields.
So they cannot be directly imported & then appended to the CompanyInfo table.
I need a query to identify the fields which do match. From there then a query append only those fields only to the CompanyInfo table- in the right order.
Fields in the Excel Sheets:
I have spent too much time trying to figure this out already while I have 80+ workitems to complete today. I gave it half an hour, asked a colleague - no luck.
An Excel file is attached with the fields laid out. (No macros, nothing devious)
Help......zip
I wish to create an update query to update all the fields in the tblComanyInfo with the corresponding fields from the excel.
I'm pretty sure you guys (and gals) will know exactly what to do! So there's the problem and thanks in advance for the help I know you always provide!