dbmanalser84
Registered User.
- Local time
- Today, 16:44
- Joined
- Feb 26, 2008
- Messages
- 52
I have a table in my database that holds items and their quantity and that table represents the storage.
I have a table that represents a cross table and holds the infromation about items sold and the date they are sold, and I have a form for entering data in that table (matching items with the date they are sold and the quantity for each item).
How do I create that when I enter the items that are sold in that form (table) their total number from other table (storage room) is substracted?
Is this done with some type of query, and how exactly?
Thanx.
P.S. - Sorry if this is in wrong section.
I have a table that represents a cross table and holds the infromation about items sold and the date they are sold, and I have a form for entering data in that table (matching items with the date they are sold and the quantity for each item).
How do I create that when I enter the items that are sold in that form (table) their total number from other table (storage room) is substracted?
Is this done with some type of query, and how exactly?
Thanx.
P.S. - Sorry if this is in wrong section.