looping through selected fields in table
Posted: Fri Apr 08, 2005 6:40 am
hi all;
I have the following issue:
I need to select specific people in a table which is created through a recordset loop and then email those people details
this is the working of the code:
step 1: Query recordset
step 2: create table with recordset and place an array checkbox in one of the tables columns
I have managed to get here so far, the following steps is what II need assistance with
---------------------------------------
step 3: once the user hits submit the code needs to recall the boxes that have been selected
step 4: mail the people that have been selected via the checkboxes
Any help would be greatly appreciated, as the previous methods I used seemed to be inadequate.
thanks
I have the following issue:
I need to select specific people in a table which is created through a recordset loop and then email those people details
this is the working of the code:
step 1: Query recordset
step 2: create table with recordset and place an array checkbox in one of the tables columns
I have managed to get here so far, the following steps is what II need assistance with
---------------------------------------
step 3: once the user hits submit the code needs to recall the boxes that have been selected
step 4: mail the people that have been selected via the checkboxes
Any help would be greatly appreciated, as the previous methods I used seemed to be inadequate.
thanks