Hi
Having a few problems with this one. I have form (in datasheet view) driven by a query QryCombPoint (the query combines data from 2 other queries QryMain, QryAVGPoint).
QryCombPoint contains the fields
Ref
Name
Course
Points
AvgofCurrentPoint
MinofMinpoint
MaxofMaxPoint
The CurrentPoint, Min and Max Point fields are all set via QryAVGPoint. I understand that the problem is where a query aggregates records it makes them read only. I am trying to figure a workaround that will allow me to display these fields on my form while keeping the other fields updateable. I have tried using a DLookup but only get an error message back.
Can anyone recomend a way i can set this up.
Having a few problems with this one. I have form (in datasheet view) driven by a query QryCombPoint (the query combines data from 2 other queries QryMain, QryAVGPoint).
QryCombPoint contains the fields
Ref
Name
Course
Points
AvgofCurrentPoint
MinofMinpoint
MaxofMaxPoint
The CurrentPoint, Min and Max Point fields are all set via QryAVGPoint. I understand that the problem is where a query aggregates records it makes them read only. I am trying to figure a workaround that will allow me to display these fields on my form while keeping the other fields updateable. I have tried using a DLookup but only get an error message back.
Can anyone recomend a way i can set this up.