I have on the one hand a table with the following two fields:
Task - Simulation_Quantity
Task is the Key.
The I have a group by query that collects for each task the average quantity on a certain period. The outcome of that query gives me also two fields:
Task - Avg_Quantity
whereas there's only one entry in this query per task since I group by task.
However when I link the table with the query on the task-field, I can't edit the Simulation_Quantity anymore :-( Do you know an efficiënt way to achieve this anyway? I tried it with the Unique Records property but that doesn't help. For now I solve it by making a select-query on my Task-table and do a Dlookup in the query with the average quantity to achieve an editable query but I don't think this is the most efficient way.
Thanks a lot in advance for your help.
Greetz,
Dirk
Task - Simulation_Quantity
Task is the Key.
The I have a group by query that collects for each task the average quantity on a certain period. The outcome of that query gives me also two fields:
Task - Avg_Quantity
whereas there's only one entry in this query per task since I group by task.
However when I link the table with the query on the task-field, I can't edit the Simulation_Quantity anymore :-( Do you know an efficiënt way to achieve this anyway? I tried it with the Unique Records property but that doesn't help. For now I solve it by making a select-query on my Task-table and do a Dlookup in the query with the average quantity to achieve an editable query but I don't think this is the most efficient way.
Thanks a lot in advance for your help.
Greetz,
Dirk