J
JShrimps, Jr.
One query groups all received packages by date sent,
giving me a count of what was received by date sent.
I have another table with the dates packages were sent,
with a column "ReceivedCount", integer. I would like to
dynamically update the number of packages received by date sent
from the query above.
When I pull the group by query into the grid, and link the table
with the dates packages sent by the date field, click the run query icon,
I get the "Operation must use an updateable query" error.
Is there any way to update the contents of a table from a group
by query all in one step?
giving me a count of what was received by date sent.
I have another table with the dates packages were sent,
with a column "ReceivedCount", integer. I would like to
dynamically update the number of packages received by date sent
from the query above.
When I pull the group by query into the grid, and link the table
with the dates packages sent by the date field, click the run query icon,
I get the "Operation must use an updateable query" error.
Is there any way to update the contents of a table from a group
by query all in one step?