I have 5 tick-boxes on a form, 2002/03, 2003/04, 2004/05, 2005/06 and 2006/07.
The user can select one or more of these tick-boxes - they then click 'generate funding matrix'
there is a table called tblSECT_funding
If the user, for example, selects 2002/03 and 2005/06 I'd like the table to be populated with 2 rows. One field in the table, namely tag, must have the date included i.e record 1 has a tag of 2002/03 and record 2 has a tag of 2005/06.
The user can then enter data into the matrix for the 2 years only
How can I go about this please?
Regards
Richey
The user can select one or more of these tick-boxes - they then click 'generate funding matrix'
there is a table called tblSECT_funding
If the user, for example, selects 2002/03 and 2005/06 I'd like the table to be populated with 2 rows. One field in the table, namely tag, must have the date included i.e record 1 has a tag of 2002/03 and record 2 has a tag of 2005/06.
The user can then enter data into the matrix for the 2 years only
How can I go about this please?
Regards
Richey