G
Guest
I have built a query that has a count function for a table. On my
switchboard, the user clicks the button and the query pops up with the
results. If a user enters records that would change the result of the query
how would I update the query so when the user clicks the query button on the
switchboard the new result shows up? For example the table looks like this:
Grade
A
B
C
D
F
The count function would be 5. The user would enter new records and the new
table would look like this:
A
B
C
D
F
A
B
Now the count function would come back as 7. Is there a way to
automatically update the queries as records are entered? Thanks.
switchboard, the user clicks the button and the query pops up with the
results. If a user enters records that would change the result of the query
how would I update the query so when the user clicks the query button on the
switchboard the new result shows up? For example the table looks like this:
Grade
A
B
C
D
F
The count function would be 5. The user would enter new records and the new
table would look like this:
A
B
C
D
F
A
B
Now the count function would come back as 7. Is there a way to
automatically update the queries as records are entered? Thanks.