G
Geraint
OK I know this should be really easy but I can't get it
right.
I have a form for invoices that has a subform showing
invoice items with a total field in the subform footer,
so far so good.
I then have another form showing unpaid invoices that is
a continuous form of invoices based on a query that
brings together invoice numbers and totals for the
invoice items to give "invoice totals" that you should be
able to click on to say that a given invoice is paid.
However I get message that Recordset is not Updateable.
This I now know is because the query contains totals
fields.
OK so what I need is the subform total field from the
invoice form to be copied to the main form and recorded
in a field so that I can just have a straight forward
query based on the one table that is updateable. I can
get an equation to show it on the main form in an unbound
textbox but can not see how to get it to update a bound
field.
Any help much appreciated.
Geraint
right.
I have a form for invoices that has a subform showing
invoice items with a total field in the subform footer,
so far so good.
I then have another form showing unpaid invoices that is
a continuous form of invoices based on a query that
brings together invoice numbers and totals for the
invoice items to give "invoice totals" that you should be
able to click on to say that a given invoice is paid.
However I get message that Recordset is not Updateable.
This I now know is because the query contains totals
fields.
OK so what I need is the subform total field from the
invoice form to be copied to the main form and recorded
in a field so that I can just have a straight forward
query based on the one table that is updateable. I can
get an equation to show it on the main form in an unbound
textbox but can not see how to get it to update a bound
field.
Any help much appreciated.
Geraint