Hi,
I attempted to use the button option in design view to delete the current record that is the present view on the form.
Let's say tblCustomerID = 90 is the present view on the form. That is the record I wish to delete as well as all other information in tblBookings and tblGroup which have the customerID.
What is happening is that the records in tblGroup are being deleted and nothing else.
This standard form is based upon tblCustomers which includes one row from tblGroup.GroupName. (tblGroup has GroupName, GroupID, and CustomerID)
tblBookings is a subform dragged from the table workspace.
Can someone tell me if I need to create a SQL query instead of a macro, and how do I associate the record to be deleted with the present form view?
Thanks