A
Andy
I have a form with a text box on it. (Access 2003)
Into this text box I am pasting a list of words from a spreadsheet and
they are displaying in the text box as a list - one word per row.
On the click of a command button I am running some VBA code and one of
the things I want to do is to be able to loop through each word (row)
in the text box (to build an SQL statement to query another table).
I haven't been able to work out how to read each row separately. The
TextBox.Values property returns all rows - not one at a time.
Appreciate any help.
Andy
Into this text box I am pasting a list of words from a spreadsheet and
they are displaying in the text box as a list - one word per row.
On the click of a command button I am running some VBA code and one of
the things I want to do is to be able to loop through each word (row)
in the text box (to build an SQL statement to query another table).
I haven't been able to work out how to read each row separately. The
TextBox.Values property returns all rows - not one at a time.
Appreciate any help.
Andy