J
jtfalk
Hello,
I have an inventory database. I have the sum of apples in my last record and
want to subtract apples today from it. The value is the last record number
from a table:
Total apples (in last record) = 25
(new record) sell 5 apples = total apples = 20
me.total_apples = me.sell_apples + (last record me.total_apples)
How can I get that last records me.total_apples.
I do not have an open internet access so I can not go see alan browns web
page only microsoft web pages.
Thanks
I have an inventory database. I have the sum of apples in my last record and
want to subtract apples today from it. The value is the last record number
from a table:
Total apples (in last record) = 25
(new record) sell 5 apples = total apples = 20
me.total_apples = me.sell_apples + (last record me.total_apples)
How can I get that last records me.total_apples.
I do not have an open internet access so I can not go see alan browns web
page only microsoft web pages.
Thanks