I know I can get all the table field definitions with OpenSchema(adSchemaColumns) which will return every field for every table. I then have to loop through them and get the field def's for my particular table, but how can I get the field info only for one specific table without looping through the entire field def's?