L'apprentis
Redcifer
- Local time
- Yesterday, 22:06
- Joined
- Jun 22, 2005
- Messages
- 177
Hello,
I have been struggling to see on a new form data calculated on a different form.
What I mean is that I have calculated a stock balance using a subform where the balance=[QuantityReceived]-NZ([Stock record table Subform].[Form]![SumQtyIssued])
Now, I woud need to see the balance value on an another form with the same Data source query.
I have been trying to assign the control source of the balance as follow but doesn't work: balance=Forms![Stock record sheet]!Balance where [stock record sheet] is the form where the balance is originallly created.
I guess that you can't reuse data calculated in form and should probably store these data in a table or a query. Is there any other sensible way to do this?
I have been struggling to see on a new form data calculated on a different form.
What I mean is that I have calculated a stock balance using a subform where the balance=[QuantityReceived]-NZ([Stock record table Subform].[Form]![SumQtyIssued])
Now, I woud need to see the balance value on an another form with the same Data source query.
I have been trying to assign the control source of the balance as follow but doesn't work: balance=Forms![Stock record sheet]!Balance where [stock record sheet] is the form where the balance is originallly created.
I guess that you can't reuse data calculated in form and should probably store these data in a table or a query. Is there any other sensible way to do this?
Last edited: