G
Guest
When i manualy enter data into a form it gets displayed in it's table,
however data that is generated from a forulma in the form does not get
displayed.
example:
i have the fields "Qty", "RecievedQty" and "OnOrdQty".
the control source for "OnOrdQty" is =nz(Qty)-(RecievedQty)
so when i enter an Qty of 2 and RecievedQty of 1, the text box shows
OnOrdQty of 1
however this information is not showin up in the table.
however data that is generated from a forulma in the form does not get
displayed.
example:
i have the fields "Qty", "RecievedQty" and "OnOrdQty".
the control source for "OnOrdQty" is =nz(Qty)-(RecievedQty)
so when i enter an Qty of 2 and RecievedQty of 1, the text box shows
OnOrdQty of 1
however this information is not showin up in the table.