I have about 25 formfields with names like 1:mon, 1:tue, 1:wed, 1:thu, 1:fri, 2:mon, 2:tue, 2:wed,..... 6:thu, 6:fri.
The number at the beginning is the id of the record that the field belongs to so what I need to do is strip the number off and using it as a record identifier and the mon, tue, wed, etc.. as the field in the table and update the approiate values into those fields
The number at the beginning is the id of the record that the field belongs to so what I need to do is strip the number off and using it as a record identifier and the mon, tue, wed, etc.. as the field in the table and update the approiate values into those fields