N
Neily
Hi again,
Separate question, so separate thread.
I have a table with names and associated e-mail addresses in it.
Is there a way to loop through each record on the table and collect the name
and e-mail address in variables.
eg.
For i = 1 to Total Records
personname = Table("Address").Record(i).field("name").value
email = Table("Address").Record(i).field("email").value
Call EmailOutProc
Next i
I'm under no illusions that this is not correct, but hopefully someone can
get enough of the gist to point me in the right direction.
Thanks
Neil
Separate question, so separate thread.
I have a table with names and associated e-mail addresses in it.
Is there a way to loop through each record on the table and collect the name
and e-mail address in variables.
eg.
For i = 1 to Total Records
personname = Table("Address").Record(i).field("name").value
email = Table("Address").Record(i).field("email").value
Call EmailOutProc
Next i
I'm under no illusions that this is not correct, but hopefully someone can
get enough of the gist to point me in the right direction.
Thanks
Neil