AncientTiger
Programmer
Isn't there a way to dim an array with a variable? There used to be in good 'ole basic....
Something like this
==================================
totalrecords = rs.RecordCount
Dim Name(totalrecords) , Address(totalrecords) ......
==================================
I get the error "Constant Expression required"...
Something like this
==================================
totalrecords = rs.RecordCount
Dim Name(totalrecords) , Address(totalrecords) ......
==================================
I get the error "Constant Expression required"...