R
RichardY
In my database I have three forms:
1. Purchase Form, to record each instance we purchase inventory for
unit and the quantity purchased.
2. Sell Form, to record each instance a unit is sold and the quantit
sold.
3. Unit Form, to record the details of the unit. This form has
a one-to-many relationship with the Purchase Form and Sell Form usin
the Unit field.
I have a field in my Sell Form called "Units Remaining" that I wante
to automatically generate the amount of products we have left. That'
where I am stuck. I tried playing with the Default Value for th
"Units Remaining" field with this expression:
=[Forms]![Purchase]![Units Purchased]-[Units Taken]
but it didn't work. Please help
1. Purchase Form, to record each instance we purchase inventory for
unit and the quantity purchased.
2. Sell Form, to record each instance a unit is sold and the quantit
sold.
3. Unit Form, to record the details of the unit. This form has
a one-to-many relationship with the Purchase Form and Sell Form usin
the Unit field.
I have a field in my Sell Form called "Units Remaining" that I wante
to automatically generate the amount of products we have left. That'
where I am stuck. I tried playing with the Default Value for th
"Units Remaining" field with this expression:
=[Forms]![Purchase]![Units Purchased]-[Units Taken]
but it didn't work. Please help