Trevor Howard
Registered User.
- Local time
- Today, 09:39
- Joined
- Aug 29, 2002
- Messages
- 64
Hello everyone
I have a “GoodsIn” form (linked to GoodsIn table) which holds common supplier data such as SupplierName and OrderNo’s, with a subform “Products” linked to “Products” table.
My “Products” subform is my form of interest, I enter new items in list form (all items entered on indexed numbers, and are entered as “one off” items, not as multiples)
Once items have been entered into the “Products” subform, I need them added to a Stock list, where items can be “picked off” for sale into a “Customer Sold” table with out removing the item from the Products table, which remains as a history of all items. Maybe the update should be done with a tick box?.
I have tried a one to one relationship, with mirrored tables, it updates on construction, but there after when items are added to “Products” they don’t update in Stock form.
I really need some guiding here!! Sorry, but I am not VB skilled.
Thanks for any help.
I have a “GoodsIn” form (linked to GoodsIn table) which holds common supplier data such as SupplierName and OrderNo’s, with a subform “Products” linked to “Products” table.
My “Products” subform is my form of interest, I enter new items in list form (all items entered on indexed numbers, and are entered as “one off” items, not as multiples)
Once items have been entered into the “Products” subform, I need them added to a Stock list, where items can be “picked off” for sale into a “Customer Sold” table with out removing the item from the Products table, which remains as a history of all items. Maybe the update should be done with a tick box?.
I have tried a one to one relationship, with mirrored tables, it updates on construction, but there after when items are added to “Products” they don’t update in Stock form.
I really need some guiding here!! Sorry, but I am not VB skilled.
Thanks for any help.