Hello all!
I'm a newbie so I will need a lot of help. I hope you will understand my problem. I am bookkeping and storing spare parts in my warehouse.
I have 2 tables
I want the button "ok" to:
Warehouse:
ID
nameofproduct
Location
Details
PictureLink
Price
Stock
Bookkeeping
ID
nameofproduct
location
details
price
NameOfThePersonWhoTookTheProduct
HowManyPeacesDidHeTake
When
So as you see I dont want to copy whole record i need to copy just a few atributes the other ones i want to insert with form.
I'm a newbie so I will need a lot of help. I hope you will understand my problem. I am bookkeping and storing spare parts in my warehouse.
I have 2 tables
- Warehouse
- Bookkeeping
I want the button "ok" to:
- subtract(Warehouse.PeacesInStock -Bookkeeping.HowManyPeaces) and write the new number in Warehouse
- Copy the record into bookkeeping
Warehouse:
ID
nameofproduct
Location
Details
PictureLink
Price
Stock
Bookkeeping
ID
nameofproduct
location
details
price
NameOfThePersonWhoTookTheProduct
HowManyPeacesDidHeTake
When
So as you see I dont want to copy whole record i need to copy just a few atributes the other ones i want to insert with form.