I have a table with three fields. data1, data2, data3. The user is to click a checkbox which will populate the first field. The checkbox may say "Address" and the address may be 5 lines long. Then they check another box "delivery" which is 6 lines long. I only want my db field to be 10 lines long (to print on a report) so I want the eleventh line to go into data2 (so it doesn't push data off the report). I am using an SQL to insert the data from the checkboxes into the table.
I know this is possible but with my limited knowledge it's become a brick wall. Any ideas?
Unless anyone knows about a report writer that can display a box of data that can grow sideways!!
TIA
I know this is possible but with my limited knowledge it's become a brick wall. Any ideas?
Unless anyone knows about a report writer that can display a box of data that can grow sideways!!
TIA