L
laser02910
I have an Ordersfrm with a subform based on a 2 table query which works fine.
Now I'm trying to add to the subform the ability to select a product serial #
if there is one for that specific product. Most products don't have one but
it's crucial the parts that do for service and warranty tracking issues. My
tables are as follows:
Inventory Transactions Table
TransactionID
ProductID
OrderID
PurchaseOrderID
ServiceID
TransactionDate
Warranty
TransactionDescription
UnitPrice
Discount
UnitsOrdered
UnitsRecieved
UnitsSold
UnitsServicedOut
UnitsServicedIn
UnitsWarrantyOut
UnitsWarrantyIn
UnitsShrinkage
Products Table
ProductName
ProductDescription
SupplierID
UnitPrice
UnitsInStock
UnitsOnOrder
ReorderLevel
Discontinued
Product Details Table
ProductDetailsID
ProductID
DateIn
SerialNumber
ProductDetailsNotes
My final query has to have the OrderID, ProductID, UnitPrice, UnitsSold, and
Discount fields from the Inventory Transactions Table with the ProductName
from the Products Table and the SerialNumber field from the ProductDetails
Table. Is this possible and/or am I giong about it the wrong way?
Now I'm trying to add to the subform the ability to select a product serial #
if there is one for that specific product. Most products don't have one but
it's crucial the parts that do for service and warranty tracking issues. My
tables are as follows:
Inventory Transactions Table
TransactionID
ProductID
OrderID
PurchaseOrderID
ServiceID
TransactionDate
Warranty
TransactionDescription
UnitPrice
Discount
UnitsOrdered
UnitsRecieved
UnitsSold
UnitsServicedOut
UnitsServicedIn
UnitsWarrantyOut
UnitsWarrantyIn
UnitsShrinkage
Products Table
ProductName
ProductDescription
SupplierID
UnitPrice
UnitsInStock
UnitsOnOrder
ReorderLevel
Discontinued
Product Details Table
ProductDetailsID
ProductID
DateIn
SerialNumber
ProductDetailsNotes
My final query has to have the OrderID, ProductID, UnitPrice, UnitsSold, and
Discount fields from the Inventory Transactions Table with the ProductName
from the Products Table and the SerialNumber field from the ProductDetails
Table. Is this possible and/or am I giong about it the wrong way?