B
Ben
I have an unbound text box on a form, that needs the following code to be run:
SELECT Count (*) AS NewTotal
FROM tblIssues
WHERE Risk = True
HAVING tblIssues.Status = "open";
I can't get it to work. I have a button that filters the records for Open
Action Items. I also what the button to do the docmd.RunSQL command to get
the count to work and place it in the unbound box.
Thanks
SELECT Count (*) AS NewTotal
FROM tblIssues
WHERE Risk = True
HAVING tblIssues.Status = "open";
I can't get it to work. I have a button that filters the records for Open
Action Items. I also what the button to do the docmd.RunSQL command to get
the count to work and place it in the unbound box.
Thanks