N
Nova
Hi
In my form has two textbox Tb1 and Tb2, 1 Variable V1 and V1=Tb1+Tb2.
In my sql string
Sqlstr="SELECT A,B,C FROM Table1 WHERE C=V1"
It does not work. How can I correct this problem?
Thanks
In my form has two textbox Tb1 and Tb2, 1 Variable V1 and V1=Tb1+Tb2.
In my sql string
Sqlstr="SELECT A,B,C FROM Table1 WHERE C=V1"
It does not work. How can I correct this problem?
Thanks