I have a dateabse that imports spreadsheets submitted by many people and manipulates the data. But before the queries are let loose on the imported table I need to ensure the field names are absolutly correct to avoid parameter errors and forced changes to the queries.
Does anyone know any code or the correct arguments to check the field names so I can then get the code to exit before the queries are started?