L
learning_codes
Hi,
I try to create a box (text27) on the form and gather total number
from the query. I get an error. I hope you can help me to correct
if I did wrong.
Dim sql_count as string
sql_count = "SELECT Count(Table1.EmployeeID) AS CountOfEmployeeID FROM
Table1;"
Me.text27 = sql_count
When I run the form and the box (text27) shows "SELECT Count
(Table1.EmployeeID) AS CountOfEmployeeID FROM Table1;"
Your help would be much appreciated.
Thanks
I try to create a box (text27) on the form and gather total number
from the query. I get an error. I hope you can help me to correct
if I did wrong.
Dim sql_count as string
sql_count = "SELECT Count(Table1.EmployeeID) AS CountOfEmployeeID FROM
Table1;"
Me.text27 = sql_count
When I run the form and the box (text27) shows "SELECT Count
(Table1.EmployeeID) AS CountOfEmployeeID FROM Table1;"
Your help would be much appreciated.
Thanks