daviegravy
Programmer
I would like to know if I can access fields from other queries in a report? I'm trying to use the expression builder to do this, but it keeps prompting me for the value as a parameter. My data looks like...
Is there an easy way for me to reference fields from other queries/reports without doing a complex query? Does Access have this functionality built in? I appreciate any help at all! Thanks!
Code:
=(Sum([CountOfnotification_only])/[get_counts_clients_total!CountOfclient_name])
Is there an easy way for me to reference fields from other queries/reports without doing a complex query? Does Access have this functionality built in? I appreciate any help at all! Thanks!