jrheath007
Board Regular
- Joined
- Nov 11, 2011
- Messages
- 53
Hi all
I have a DB where I import a table from another DB. The DB that I import this table into already has querys set up so it is import that the field names are correct.
so I would like some VBA script to work its way through each of the field names in the imported table and create an error message if the field name does not match. I would also like vba script to stop at the point that if finds the error so that it does not run the queries.
I hope this makes sense and would truly appreciate help with this as been looking all day.
Thanks Justin
I have a DB where I import a table from another DB. The DB that I import this table into already has querys set up so it is import that the field names are correct.
so I would like some VBA script to work its way through each of the field names in the imported table and create an error message if the field name does not match. I would also like vba script to stop at the point that if finds the error so that it does not run the queries.
I hope this makes sense and would truly appreciate help with this as been looking all day.
Thanks Justin