Getting Column Name to variable.

  • Thread starter Thread starter gwboolean
  • Start date Start date
G

gwboolean

Guest
I want to input the names of the columns into an array.

For I = 1 To 20
MyText(I) = ""
Next


So what I need to know is what is the syntax for adding the name of the table column, as a string, to the array string value.



gwboolean

Continue reading...
 
Back
Top