DELETING RECORDS - MASTER-DETAIL [message #214092] |
Sun, 14 January 2007 23:09  |
ataufique
Messages: 79 Registered: November 2006
|
Member |
|
|
I HAVE A MASTER-DETAIL FORM.
ONCE THE QUERY IS EXECUTED..HOW CAN I DELETE THE RECORD
ONLY FROM DETAIL TABLE.
DELETE_RECORD GIVES MESSAGE "CANNOT DELETE FROM MASTER"
IF PROC NEED TO BE WRITTEN..WHAT WILL BE THE CODE
|
|
|
|
|
Re: DELETING RECORDS - MASTER-DETAIL [message #214537 is a reply to message #214100] |
Tue, 16 January 2007 23:07  |
ataufique
Messages: 79 Registered: November 2006
|
Member |
|
|
Thanks to you and Martin..
Anyway the problem was at form level, the previous programmmer who had design the form has reversed the relation between master-detail..
so the detail was behaving as master...
After changing the relation to actual which was at database the problem is solved.
no idea why the previous programmer has done this...
|
|
|