Hi
I have a table whith 2 recordsets one recordset displays an event name a date a maximum participants, this has a smal where cluase select those fiew fields where the startdate is >= to date() this works fine. the second recordset(participants) is a diffrent table it has 3 fields primary key an event_id which is the primary key for the events table and a member_id which is the primary key for the member. All I want to do is repeat the first recordset and then include the total from recordset2 particicapants where the event_id = recordset1("id"
when I insert this it sort of works fine i dont get any vb script errors anymore.But unfortunately it repeats my first recordset correctly but the total from recordset which is included in the same row with recordset1 always shows the total for the first event, its not requerying itself.
Please can anyone help me out.
Quinton
I have a table whith 2 recordsets one recordset displays an event name a date a maximum participants, this has a smal where cluase select those fiew fields where the startdate is >= to date() this works fine. the second recordset(participants) is a diffrent table it has 3 fields primary key an event_id which is the primary key for the events table and a member_id which is the primary key for the member. All I want to do is repeat the first recordset and then include the total from recordset2 particicapants where the event_id = recordset1("id"
Please can anyone help me out.
Quinton