I have a table with 1 field which contains strings. In an Access '97 module, how do I loop through this table and assign each string to a variable?
For example, lets say I have the following table:
Field of Strings
--------------
This is string1
This is string2
I need to get the string in the first row, assign it to a variable to be used in the code, then loop to the second row, assign the string in row 2 to be used in the code, and so on.
Thanks.
For example, lets say I have the following table:
Field of Strings
--------------
This is string1
This is string2
I need to get the string in the first row, assign it to a variable to be used in the code, then loop to the second row, assign the string in row 2 to be used in the code, and so on.
Thanks.