What's better/faster??
I imported a table from excel that I need to search by row for a variable, then search the heading names by another variable.
I use a recordset search (rst!) based on the rst!Type and rst!Size, then do a fields name loop (rst.Fields(x)) for a thickness variable ..
or I could just arrange the data so I can just do a DLookup
The DLookup is a lot cleaner code wise, but the table for the recordset looping is 'easier on the eyes'.... but what runs faster? Does it even matter with a table that is 48 rows by 35 Columns?
currently I have the recordset looping but figured i'd ask before I change my table.
Bookmarks