POST qUERY [message #83074] |
Sun, 03 August 2003 09:55 |
jasn
Messages: 39 Registered: October 2002
|
Member |
|
|
i HAVE A mASTER DETAIL FORM
I HAVE TO POPULATE THE SAL_CODE FIELD OF DETAIL BLOCK BY deSCRIPTION WHICH IS IN TABLE2
IE SELECT SAL_RATE, DESCRIPTION
FROM TAB1, TAB2
WHERE TAB1.SAL_CODE=TAB2.SAL_CODE
AND TAB1.EMPNO=MASTER.EMPNO;
BUT IT IS RAISING EXCEPTIONS
HELP
THANX
|
|
|
Re: POST qUERY [message #83075 is a reply to message #83074] |
Mon, 04 August 2003 00:30 |
Sun
Messages: 92 Registered: August 2002
|
Member |
|
|
If it is raising exception u have to handle the exception.. what exception it is raising.. check the query in sql.. then take necessary actions..
|
|
|
|