I
Ian Chappel
This is a generic problem I seem to have.
I have a Details subform (datasheet), where I wish to enter data as well as
view it. But also for each line (record) of the subform, there is
corresponding calculated/queried data.
I can create a query to provide this calculated/queried data, but then I
can't add new data. Is there a way to do this, preferably at query level? I
thought of using two side-by-side forms, but I'm sure there must be a better
method! Or basing the form on the table and using DLookup to bring in the
queried data? I'd like to do it just with a query if possible - I guess this
is more of a query question than a forms question.
If my problem's not clear, I'll provide an example.
I have a Details subform (datasheet), where I wish to enter data as well as
view it. But also for each line (record) of the subform, there is
corresponding calculated/queried data.
I can create a query to provide this calculated/queried data, but then I
can't add new data. Is there a way to do this, preferably at query level? I
thought of using two side-by-side forms, but I'm sure there must be a better
method! Or basing the form on the table and using DLookup to bring in the
queried data? I'd like to do it just with a query if possible - I guess this
is more of a query question than a forms question.
If my problem's not clear, I'll provide an example.