hi again,
i need help... why doesn't this work?
if the SQL (following) can't work, is there another way of trying to count certain records in a table and store the value in a variable?
strSomeString = DoCmd.RunSQL ("SELECT COUNT(*) from tbl_booking where Staff_ID=""" & [Staff_ID] & """")...