Anti-Rich
Well-known member
i have a form in which a daily checklist is conducted on a forklift (monday-friday).
now to create a field for every single checkbox i think is a waste of time and effort, and there should be a much much better way
my idea was to create a field for each label on the form, as an nvarchar (or similar) and store in it a string containing the 0 or 1 (false or true from the checked method of a checkbox) for a day, adn then simply reading the string splitting it up when i need to read it and assigning it to relevant text boxes.
for example... there is a field called 'Obvious Damages' adn within that field for a certain date it would have the following values representing a week...
1,0,1,1,1,0,1
what do you guys (or girls) think about this method of tackling this? i ask on the forum because there might be a better way to do it, im not sure, so im asking
cheers for any feedback
regards
adam
now to create a field for every single checkbox i think is a waste of time and effort, and there should be a much much better way
my idea was to create a field for each label on the form, as an nvarchar (or similar) and store in it a string containing the 0 or 1 (false or true from the checked method of a checkbox) for a day, adn then simply reading the string splitting it up when i need to read it and assigning it to relevant text boxes.
for example... there is a field called 'Obvious Damages' adn within that field for a certain date it would have the following values representing a week...
1,0,1,1,1,0,1
what do you guys (or girls) think about this method of tackling this? i ask on the forum because there might be a better way to do it, im not sure, so im asking

cheers for any feedback
regards
adam