G
Guest
I have a database with 3 tables:
1) ProductDetails - fields are:
Autonumber
ProductType
Cost
2) Products - fields are:
Autonumber
ProductCode
Sold (Yes/No field)
3) Sales Transactions:
Autonumber
ProductCode (lookup of Product table)
ProductType (lookup of Producttype table)
Quantity
Price
I have created a form that references the Sales Transaction table and allows
me enter in the sales tranactions i.e. client buying products.
The issue is - a particular product can only be sold once (thus the reason
for the SOLD field in the product table). I need some way to have the system
flag in the PRODUCT table against the product I have choosen in the form that
the item has been sold.
I am not sure how to do this seeing the form is referencing the Sales
TRansaction table not the Product table itself.
Any thoughts...help...greatly appreciated.
1) ProductDetails - fields are:
Autonumber
ProductType
Cost
2) Products - fields are:
Autonumber
ProductCode
Sold (Yes/No field)
3) Sales Transactions:
Autonumber
ProductCode (lookup of Product table)
ProductType (lookup of Producttype table)
Quantity
Price
I have created a form that references the Sales Transaction table and allows
me enter in the sales tranactions i.e. client buying products.
The issue is - a particular product can only be sold once (thus the reason
for the SOLD field in the product table). I need some way to have the system
flag in the PRODUCT table against the product I have choosen in the form that
the item has been sold.
I am not sure how to do this seeing the form is referencing the Sales
TRansaction table not the Product table itself.
Any thoughts...help...greatly appreciated.