how get value of lookup field on child table from parent table?
Posted: 2025-03-14 20:53
hello
i have project
have four tables :
Order >> to make order
Suppliers >> Supplier company -- each suppiler have own item
Items >> item information , price and Supplier Name
Orderitems >> to add items on order
Order (parent table) >>> Orderitems (child table)
On order table there are :
Supplier >> look up from Suppliers
ON Orderitems there are :
OrderNo >> lookup field from Order
Supplier >> look up from Suppliers
Item >> look up from Suppliers
when add item to order :
Suppliers information send to Orderitems (child table) so items drop down will show only item for Current supplier
i dont want each time add new item to order select supplier from dorpdown then select items
thanks a lot
i have project
have four tables :
Order >> to make order
Suppliers >> Supplier company -- each suppiler have own item
Items >> item information , price and Supplier Name
Orderitems >> to add items on order
Order (parent table) >>> Orderitems (child table)
On order table there are :
Supplier >> look up from Suppliers
ON Orderitems there are :
OrderNo >> lookup field from Order
Supplier >> look up from Suppliers
Item >> look up from Suppliers
when add item to order :
Suppliers information send to Orderitems (child table) so items drop down will show only item for Current supplier
i dont want each time add new item to order select supplier from dorpdown then select items
thanks a lot