spasticus
Registered User.
- Local time
- Today, 22:56
- Joined
- Apr 17, 2007
- Messages
- 61
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] & """")
thanks.
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] & """")
thanks.