|
|
Sergey Kornilov admin 10/23/2010 |
|
You need to rephrase your question. The following just doesn't make any sense > table 1=4 table 2 cannot =4 but can be another number |
|
|
|
swant author 10/25/2010 |
|
table 1 can have the same answer as table 2 You need to rephrase your question. The following just doesn't make any sense |
|
|
A
|
ann 10/26/2010 |
|
Hi, $rs=CustomQuery("select * from table1 where answer='".$values["answer"]."'");
|
|
|
|
swant author 10/27/2010 |
|
Thanks for the help Hi, use Before record added/updated event on the Events tab to prevent same answer: $rs=CustomQuery("select * from table1 where answer='".$values["answer"]."'");
|
|
|
|
Sergey Kornilov admin 10/27/2010 |
|
I recommend to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. |
|