I am building a library database to help our elementary school track their library books.
The BOOKS ENTRY form in my DB houses, well, books. I have a button next to the AUTHORS field within the BOOK ENTRY form. The button sends the user to the AUTHORS subform to add a new author, if needed. The only problem is, when you enter the new AUTHOR in that form and return to the BOOKS ENTRY form, the book record that was in the process of being added is lost.
Is there any way to leave the BOOK ENTRY form, add a new author, then return to the BOOK ENTRY form and finish out the record-in-progress without losing it?
The BOOKS ENTRY form in my DB houses, well, books. I have a button next to the AUTHORS field within the BOOK ENTRY form. The button sends the user to the AUTHORS subform to add a new author, if needed. The only problem is, when you enter the new AUTHOR in that form and return to the BOOKS ENTRY form, the book record that was in the process of being added is lost.
Is there any way to leave the BOOK ENTRY form, add a new author, then return to the BOOK ENTRY form and finish out the record-in-progress without losing it?