G
Guest
VBA Programming; How can I cycle through a record set and retrieve the field
name and the value for each field and store the information into an Array?
The purpose is to find out if a value is missing or is not the correct, if
the previous statement is true, then give me the name of the field so I can
append that information to an ‘error’ table. I have a procedure already
written but it seems too long with a lot of [If, Else] statements. I know
there must be a more 'elegant' way to write this with shorter code lines to
achieve the same results....
name and the value for each field and store the information into an Array?
The purpose is to find out if a value is missing or is not the correct, if
the previous statement is true, then give me the name of the field so I can
append that information to an ‘error’ table. I have a procedure already
written but it seems too long with a lot of [If, Else] statements. I know
there must be a more 'elegant' way to write this with shorter code lines to
achieve the same results....