I
Idgarad
Why this doesn't work I can't figure out. I have a query that returns
the count of a bunch of records. I have a billboard form of sorts that
has lots of buttons.
I add a text field, kill it's label and format it all nice to show a
total number of records (based off that query.) Yet for some reason
all I ever get is #Name?
All I need is to display the result of the query which is just a
simple:
SELECT Count(*) AS Expr1 FROM Table1;
I'm like what the hell?! This should be simple. But nothing. Zip,
zlich. It's sooo unbelievable simple via the web. How can I not be
able to just display the results? Am I retarded?
the count of a bunch of records. I have a billboard form of sorts that
has lots of buttons.
I add a text field, kill it's label and format it all nice to show a
total number of records (based off that query.) Yet for some reason
all I ever get is #Name?
All I need is to display the result of the query which is just a
simple:
SELECT Count(*) AS Expr1 FROM Table1;
I'm like what the hell?! This should be simple. But nothing. Zip,
zlich. It's sooo unbelievable simple via the web. How can I not be
able to just display the results? Am I retarded?