I'm involved in a project that's beyond my depth, so I'm hoping someone can point me in the right direction and I'll (hopefully) learn a bit as I go.
I have a rather large table. It contains information regarding families, along with a couple of calculated fields, and innumerable yes/no fields - enough that I'd like to split the data entry form up a bit. To that end, I've created a "Household" form, where names and addresses and the like are entered, and a "SkillSet" form, where some yes/no options are selected, and a "Resources" form, where some additional yes/no options are made.
One of the fields available is a calculated field that takes the elements of the names entered and joins them in a string (so the individual names become "Mouse, Mickey M. and Minnie P.", representing the household). What I would like is for the button at the bottom of the Household form to open a new form, display the name from the calculated field, and continue editing the same record, adding the various yes's and no's to the record that was begun in the Household form.
Phew. I hope the explanation makes sense - I barely understand it, and I wrote it!.