I need a little confirmation. I have two tables and they need to remain separate. One is sales by county and one is sales by state. Each month the sales by county are loaded into a table with the following fields:
County, State, Month, Actual, Budget
The budget numbers are pre-loaded so all the user needs to do is load the Actual results. Once the actual #s are loaded to the county table, I need to have the data load automatically to the State table. The state table has the same layout as the county excluding the county field.
I tried an update query linking the state table to a query summing the counties by state but since it isn’t an updateable query, I can’t use that approach. I believe the best way to do this is use DLookup() in an update query to reference the query containing the state totals. If there’s a better way please show me the light.
Thanks!
-
Update Query (v2000)
- This topic has 4 replies, 2 voices, and was last updated 20 years, 9 months ago.
AuthorViewing 1 reply threadAuthorViewing 1 reply thread