chrisjames25
Registered User.
- Local time
- Today, 13:09
- Joined
- Dec 1, 2014
- Messages
- 404
Hi
My question is two fold.
Overview - I have an Parent table named Tbl_Invoice and a child table named Tbl_InvoiceDetails. I currently have a relationship between the 2 linking the Invoice_ID. I have enforced cascading delete
Question 1 - should i have enforced cascading delete or would it be better to code it in vba. I know sometime in access people in the know say dont use that in built function.
Question 2 - I added a command box to the form and using the wizard made it dlete current record. I have attached the macro. Ideally i would love to know how to convert that macro into vba as there are other things i want to code with the command button.
Many thanks in advance.
My question is two fold.
Overview - I have an Parent table named Tbl_Invoice and a child table named Tbl_InvoiceDetails. I currently have a relationship between the 2 linking the Invoice_ID. I have enforced cascading delete
Question 1 - should i have enforced cascading delete or would it be better to code it in vba. I know sometime in access people in the know say dont use that in built function.
Question 2 - I added a command box to the form and using the wizard made it dlete current record. I have attached the macro. Ideally i would love to know how to convert that macro into vba as there are other things i want to code with the command button.
Many thanks in advance.