Hi.
I thought I had this problem solved.
I have a query which calculates beginning and ending mileage, and displays the miles driven for that record.
Then, I decided I wanted a total of ALL the miles to be displayed onto the single form, which has a single underlying table,
(with my 2 queries.)
OK, so the table consists of beginning and ending mileages.
I have 2 queries: One calculates the mileage for the one day, by subtracting the beginnig from the ending vehicle mileage.
Then, I had to create a second query to total the "expr" column from the first query. So, this second query simply displays the total of all the mileage records as one lump sum, which is fine.
I now want to get this sum onto my main form, so I can see it increment with every record I enter/update.
But, I set an unbound field, and tried various places in which to place my expression. All I get is the #Name error, and I'm positive everything is spelled right because I used the builder . . .
Please help,
Thanks,
Jim
I thought I had this problem solved.
I have a query which calculates beginning and ending mileage, and displays the miles driven for that record.
Then, I decided I wanted a total of ALL the miles to be displayed onto the single form, which has a single underlying table,
(with my 2 queries.)
OK, so the table consists of beginning and ending mileages.
I have 2 queries: One calculates the mileage for the one day, by subtracting the beginnig from the ending vehicle mileage.
Then, I had to create a second query to total the "expr" column from the first query. So, this second query simply displays the total of all the mileage records as one lump sum, which is fine.
I now want to get this sum onto my main form, so I can see it increment with every record I enter/update.
But, I set an unbound field, and tried various places in which to place my expression. All I get is the #Name error, and I'm positive everything is spelled right because I used the builder . . .
Please help,
Thanks,
Jim