mach27
Technical User
- Oct 25, 2005
- 18
This is about importing Excel data into Access table. All Excel data (or sheet) can be uploaded into Access table regardless of the number of fields Excel data has. The imported file will be stored in a table called "Dump_table."
There is a specif Excel file that should be used but there will be time that users may upload a different file. The risk in uploading any Excel data will not always satisfy the format that I needed. What I want to do is check if what was uploaded is the correct one to be used.
Questions:
1. How will I count the number of fields in a table using VBA?
2. How will I check if the specific field name is present to the recent upload (Dump_Table)?
Thanks in advance.
There is a specif Excel file that should be used but there will be time that users may upload a different file. The risk in uploading any Excel data will not always satisfy the format that I needed. What I want to do is check if what was uploaded is the correct one to be used.
Questions:
1. How will I count the number of fields in a table using VBA?
2. How will I check if the specific field name is present to the recent upload (Dump_Table)?
Thanks in advance.