Further to thread434-1199750 I have a similar problem as follows :
I have a form to create new individual records and within form this there is a multiple select list for qualifications.
I also have a form to edit existing records and so need to be able to list all the qualifications and "select" those applicable to the individual record.
The number of qualifications currently stands at 36 but can increase. The number of qualifications a user has is not restricted in any way although it unlikely to exceed 4 or 5.
Are there any clever techniques to avoid a main loop for the qualifications and then a nested loop that must run 'x' number of times for each qualification ?
Thanks
Nigel Wilson
Christchurch Web Design
I have a form to create new individual records and within form this there is a multiple select list for qualifications.
I also have a form to edit existing records and so need to be able to list all the qualifications and "select" those applicable to the individual record.
The number of qualifications currently stands at 36 but can increase. The number of qualifications a user has is not restricted in any way although it unlikely to exceed 4 or 5.
Are there any clever techniques to avoid a main loop for the qualifications and then a nested loop that must run 'x' number of times for each qualification ?
Thanks
Nigel Wilson
Christchurch Web Design