Hi all,
i've 3 tables:
1. x(xid, fn, ln, pwd, bio)
2. y(yid, yn, yd)
3. z(xid, yid)
The ids of checkboxes r stored in table z when they r checked corresponding to xid.
For e.g if xid 3 checkx yid 2 and 4, then these will be stored in table z as two records
as 3,2 and 3,4.
I wanted to know how do i keep the checked boxes as checked for updating the form. like for above e.g., how do i keep yids 2 and 4 as checked when i open the update form for xid 3.
Pls help me.
Thanks