|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (8 bit)
|
Access Question
I have a database that keeps track of inventory. I have a table and a form with stock on hand. If I change the values from the form it will change the values in my table and vice versa.
I was wondering if there was a way I can instead of changing the values; where I can input an amount that was sold and have that subtract from the table of stock on hand. |
|
|
|
|
|
#2 |
|
Professional gadfly
|
That would be a very simple operation. You could do it in several ways, such as in an Update query or through VBA. Probably simplest would be an update query, such as
PHP Code:
Last edited by doctorgonzo; 01-18-2005 at 03:56 PM. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|