P
PF
Hi all
I have a subform with a datasheet in it
On the form i have a textbox who should display a total of qty
if i give the textbox the formula
forms!frmMain!frmSub.form!sum(qty)
it dont work.
To make it work i put a textbox name tot (=sum(qty)) on the subform
and i give the textbox on the main form datasource=tot
It works but is there amore direct way?
Plus now i have a message in the status bar saying
"impossible to update this set of data" or something like that
("impossible de mettre a jour ce jeux d'enregistrements")
i think it is related to the field i add on the subform.
I have a subform with a datasheet in it
On the form i have a textbox who should display a total of qty
if i give the textbox the formula
forms!frmMain!frmSub.form!sum(qty)
it dont work.
To make it work i put a textbox name tot (=sum(qty)) on the subform
and i give the textbox on the main form datasource=tot
It works but is there amore direct way?
Plus now i have a message in the status bar saying
"impossible to update this set of data" or something like that
("impossible de mettre a jour ce jeux d'enregistrements")
i think it is related to the field i add on the subform.