I have a table, Calls, that will soon have lots of records and lots of data. I would like to provide the user with a simple interface to add a new call. Each call contains linked records to other tables -- e.g. “Liturgical Date,” “Prelude,” etc.
I would like the user to be able to select from a list of existing linked records , or to enter information for a new record for that field if it doesn’t already exist.
It’s very straightforward how to allow the user to select an existing linked record. However, I can’t figure out if there’s a way to let them add a new one on the fly.
Does this exist? I’m really hoping so, since if not, the data entry will be very tedious at first, if the user has to go to one interface to input all the liturgical dates and music, and then to another one to select them.
Thank you!