G
Guest
Hi ALL,
please help How can I capture result of this SQL in my Textbox(txt1.value):
SELECT Max([Seventh]+1) AS Expr1
FROM TBL7 INNER JOIN country ON TBL7.Country = country.[COUNTRY-NAME]
GROUP BY country.CCODE
HAVING (((country.CCODE) Like [Forms]![Frmchange7]![txt5]));
any help would be appreciate
please help How can I capture result of this SQL in my Textbox(txt1.value):
SELECT Max([Seventh]+1) AS Expr1
FROM TBL7 INNER JOIN country ON TBL7.Country = country.[COUNTRY-NAME]
GROUP BY country.CCODE
HAVING (((country.CCODE) Like [Forms]![Frmchange7]![txt5]));
any help would be appreciate