Big Picture: I need a work-around that would allow me to collect data for which I do not have fields in a table.
I collect data on a form, and produce a Report. I want to collect an extra row of data without adding fields to already existing tables. Can I do this using unbound fields on a form? Can I have an unbound field on a bound form or do I need an unbound sub-form to collect the extra data I need.
Detail Picture: I have a row of data with fields 5a,5c, 5x, 5y,5b, 5s, 5o. which are fields in an already existing database.
When a user has an additional row of data they would like to enter for which there are no existing data fields, I propose providing 2 extra rows using unbound fields.
6a, 6c, 6x, 6y, 6b, 6s, 6o.
7a, 7c, 7x, 7y, 7b, 7s, 7o.
On the form, row 5 would be invisible, row 6 would be labelled row 5, and row 7 would be labelled row 6. These 2 unbound rows would be summed into row 5. On the form Row 5 would not be visible. Row 5 is used in totalling columns in the report. So totals would include the extra row 6 which holds unbound data.
On the report, How would I reference/show row 6 and row 7 as they exist on the form?
I acknowledge that this is a WORK-AROUND to meet my needs for a simple update process, and not the best design solution. Hope someone can help me understand the finer points of unbound fields.![]()