I have forms as below.
Parent Form : CustomerForm Child Form : OrderForm - in DataSheet view
Each customer can have more orders.
if i select a order and click 'Delete' button, it has to delete. I am not able to get current record and its fields.
No = Me.Form.CurrentRecord
Someone pls help.
Thanks.