I have a main form with a quantity value and a continuous subform where i enter my line by line transactions.
I want to set my default value for the quantity in the subform so it looks at the quantity in the main form and reduces each time i add a transaction eg if my main form quantity is 100 and in the subform i enter that i have used 80 then the default value for my next line is 20 and so on. Hope this makes sense.
I tried....defaul tvalue =
but it doesnt accept this.
thanks
Christine.
I want to set my default value for the quantity in the subform so it looks at the quantity in the main form and reduces each time i add a transaction eg if my main form quantity is 100 and in the subform i enter that i have used 80 then the default value for my next line is 20 and so on. Hope this makes sense.
I tried....defaul tvalue =
Code:
[forms]![frm_header]![quantity] - (sum([quantity])
thanks
Christine.
Comment