B
Bill
I would be very grateful for some help in automating the
opening of a form based on information contained in
another form and another table.
The layout is as follows
frmStockD1
frmOrder02
SubFrmOrderD2
From the stock form I want to be able to open unconfirmed
orders that contain the out of stock product
The order contact details are in frmOrder02
The product details for the the order are in the
SubfrmOrderD2
frmStockD1 is sql based that gives me the total stock
count and the balance after deducting the unconfirmed
orders.
The common fields between the forms are
ProductId (frmStockD1)
ProductId (SubfrmOrderD2)
The common fields between the tables are
OrderNo (tblOrderD2)
OrderNo (tblOrder02)
I think I maybe over complicating the job but I just
cannot figure out how to open the form sequence to show
the orders that can't be met
Many thanks in advance for any help
Bill
opening of a form based on information contained in
another form and another table.
The layout is as follows
frmStockD1
frmOrder02
SubFrmOrderD2
From the stock form I want to be able to open unconfirmed
orders that contain the out of stock product
The order contact details are in frmOrder02
The product details for the the order are in the
SubfrmOrderD2
frmStockD1 is sql based that gives me the total stock
count and the balance after deducting the unconfirmed
orders.
The common fields between the forms are
ProductId (frmStockD1)
ProductId (SubfrmOrderD2)
The common fields between the tables are
OrderNo (tblOrderD2)
OrderNo (tblOrder02)
I think I maybe over complicating the job but I just
cannot figure out how to open the form sequence to show
the orders that can't be met
Many thanks in advance for any help
Bill