Similar to my other post here, http://bit.ly/1TMiCP1, I'm trying to get a total. On the special event form, post event sub form, I have a textbox in which I type in the actual number of cars parked in a garage, and another in which I type in actual number of cars parked in a lot. These textboxes are named Actual#CarsGarage and Actual#CarsOutside, respectively. Where I want this total displayed is in an unbound textbox on another, related form, the client form.
The control source of the unbound textbox is a query named qryClientEvent. In qryClientEvent, I entered this into a column: Expr1: Sum([EventID]![tblEvent.Actual#CarsGarage]+[tblEvent.Actual#CarsOutside]).
When I try to go back to form view, I get the error message "Invalid bracketing of name [EventID]![tblEvent.Actual#CarsGarage]"
Here are a few pictures to illustrate:![]()