I am using Access in Microsoft Office 365 to create a database of sailing club members and their boats.
Members-Table hold the details of each member and these details are entered and edited using a form Members Edit.
On the Members Edit form there is a command button ENTER NEW BOAT. On pressing this button a form New Boat is opened allowing you to enter details of a new boat onto the Boats-Table.
When closing the form New Boat I wish to use the Boat ID of the newly created record in the Boats Table and the Member ID on the already open Members Edit form to create a new reord in a Boast Ownership Table,
This table has just the 2 columns Member ID and Boat ID.
Some years ago I used Visual Basic to create accounting software but now find I am struggling with Access.
Members-Table hold the details of each member and these details are entered and edited using a form Members Edit.
On the Members Edit form there is a command button ENTER NEW BOAT. On pressing this button a form New Boat is opened allowing you to enter details of a new boat onto the Boats-Table.
When closing the form New Boat I wish to use the Boat ID of the newly created record in the Boats Table and the Member ID on the already open Members Edit form to create a new reord in a Boast Ownership Table,
This table has just the 2 columns Member ID and Boat ID.
Some years ago I used Visual Basic to create accounting software but now find I am struggling with Access.