I'm new to Access but have been using Excel since 1990. I'm working on a "simple" project as a way to learn Access.
I have Access 2016 for Dummies and haven't been able to find the answer to this question in the book. (So far, it doesn't seem that helpful as a reference for looking stuff up)
I have a Table with my data and a Query that calculates some sums from the data. How do I display the results of the Query in controls on a Form?
If tried using a Text Box with Control Source "=[qryQuery]![FieldName]" but the result is "#Name?".
I can't figure out the correct syntax for references the Query data (or I've left something else out somewhere?).
Thanks,
Larry