Hi,
I have a command button (of command DeleteRecord) in a form's button group control. The datasource selected on that button group, and all it's parent form controls is PurchReqLine.
I also have PurchReqTable as one of the datasources.
The JoinSource on the PurchReqLine datasource is PurchReqTable (LinkType: InnerJoin).
Whenever I select a record in the PurchReqLine and hit the Remove button, it deleted record from PurchReqTable.
Is there anything wrong?
Regards,
Abhinay