F
Frank Camean
I'm trying to create a dashboard for my Access
application. On that dashboard I want to have a global
representation of the entire DB. I have my own Real
Estate application with multiple tables. On that
dashboard I want to have TOTAL # OF CONTACTS, TOTAL # OF
PROPERTIES, TOTAL # OF TASKS, TOTAL # OF TENANTS, etc...
I have a simple query that counts the number of records in
each table. For instance, on my CONTACTS table, I have a
query that COUNTS all the ID #'s for that table. It
successfully returns a value. So the query is fine.
However, on the DASHBOARD FORM, I created a TEXT BOX field
and in the properties under CONTROL SOURCE, I linked it to
the QUERY result. But when I run the form, I get #Name?
as the value. The QUERY of course only has one record. I
also created my own DASHBOARD Table as another approach.
And for the TOTAL CONTACTS field, I linked it to the QUERY
result as well. But again, I get #Name?
In short, how can I create a DASHBOARD form that can give
me a global representation of my DB? I want to gather the
total number of records for each table and present that on
my dashboard. Is there a way to do this? Please help.
thanks.
Frank
application. On that dashboard I want to have a global
representation of the entire DB. I have my own Real
Estate application with multiple tables. On that
dashboard I want to have TOTAL # OF CONTACTS, TOTAL # OF
PROPERTIES, TOTAL # OF TASKS, TOTAL # OF TENANTS, etc...
I have a simple query that counts the number of records in
each table. For instance, on my CONTACTS table, I have a
query that COUNTS all the ID #'s for that table. It
successfully returns a value. So the query is fine.
However, on the DASHBOARD FORM, I created a TEXT BOX field
and in the properties under CONTROL SOURCE, I linked it to
the QUERY result. But when I run the form, I get #Name?
as the value. The QUERY of course only has one record. I
also created my own DASHBOARD Table as another approach.
And for the TOTAL CONTACTS field, I linked it to the QUERY
result as well. But again, I get #Name?
In short, how can I create a DASHBOARD form that can give
me a global representation of my DB? I want to gather the
total number of records for each table and present that on
my dashboard. Is there a way to do this? Please help.
thanks.
Frank