If I have a blank form, and I want to reference a query in a text field, e.g.
query name: qry_TotalValue
field: TotalValue (numeric)
I want that field to be displayed in my blank form. I've tried by click on the control source and selecting the field from the query.
=[qry_TotalValue]![TotalValue]
This produces a "#Name?" value instead of the numeric value.
query name: qry_TotalValue
field: TotalValue (numeric)
I want that field to be displayed in my blank form. I've tried by click on the control source and selecting the field from the query.
=[qry_TotalValue]![TotalValue]
This produces a "#Name?" value instead of the numeric value.