I’m relatively new to LibreOffice Databases, and one of the things I’m looking to do with a form is this:
- have a series of checkboxes in the form
- each selected checkbox will append a string to the field in order
This is for a card game design, where the checkboxes would be things like ‘action types’ (e.g. offensive, defensive, counter, etc) so that a single card entry could have a field which was “Offensive Defensive” or “Defensive Counter” or “Offensive Counter” rather than having a version of “Offensive TRUE, Defensive TRUE, Counter FALSE, etc”.
Is it possible to do that relatively easily or am I just wishing upon stars and way too much ‘coding in the guts’?