Update a table from a form

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Do you have a URL where we can see this? Are you using JavaScript, ASP or
something else?
 
Back
Top