So what exactly is the issue? You can create a new computed column at the table level or you can add this column in the view (you can create view in code, right)?
Struggling to get query correct
Lance James
371
Reputation points
I have three tables
tblShipperHead(ShipNum, ShipDate, Qty1)
tblMinMax(PTNO, Max, CustInv, LastQtyRecd, LastDateRecd, CustInv)
tblPartInv(OnHand)
Desired results set, but not showing the derived field. It is for data filtering.
Want to use the tables to arrive at the Last Shipment of each PTNO in tblMinMax.