Bill_Gates
$163 Billion Dollar Man
- Local time
- Today, 00:54
- Joined
- Oct 22, 2010
- Messages
- 11
I have some very important code that I need to write myself but am relatively new to VBA.
I need to be able to:
1.) Obtain the field names of a query
2.) Place those field names in a string array
3.) Use the string array in looped a function call
I found some good tutorials on the first two, however I cannot find anything on the last. I know it is possible to use variables of a string array in a function call in the C languages, but is it in VBA and if so, how can I do it?
Thanks,
--Bill
I need to be able to:
1.) Obtain the field names of a query
2.) Place those field names in a string array
3.) Use the string array in looped a function call
I found some good tutorials on the first two, however I cannot find anything on the last. I know it is possible to use variables of a string array in a function call in the C languages, but is it in VBA and if so, how can I do it?
Thanks,
--Bill
Last edited: