benkingery
Registered User.
- Local time
- Today, 02:05
- Joined
- Jul 15, 2008
- Messages
- 153
I have a form to view inventory transactions that happen in sequence. It is sorted by the primary key which is just an autonumber field, so all inventory transactions show up in the order in which they entered the inventory transaction table.
What I would like to do is add an unbound calculated column that gives me the balance of the inventory much like a bank checking account. (i.e. I have a previous balance, a transaction, and a new balance)
The controls that will play a role are Transaction type (indicates whether 'Debit', or 'Credit') and Quantity of the transaction.
The form itself is viewed as "Continuous forms" and I've taken out the dividing lines, so it looks like a bank register and that is how it is meant to operate.
I realize this could be really confusing. Does anyone have any good ideas?
What I would like to do is add an unbound calculated column that gives me the balance of the inventory much like a bank checking account. (i.e. I have a previous balance, a transaction, and a new balance)
The controls that will play a role are Transaction type (indicates whether 'Debit', or 'Credit') and Quantity of the transaction.
The form itself is viewed as "Continuous forms" and I've taken out the dividing lines, so it looks like a bank register and that is how it is meant to operate.
I realize this could be really confusing. Does anyone have any good ideas?