Hello everyone…
I have a table (grid) of orders with a link in each order id. and I have another table with order details of each order…
I want the user when he/she clicks on an order in the orders table being moved to the order details table but have a list of details for that specific order only…
I understand that I have to include the order id field in the where clause of the select statement, but how do I pass the order id from the orders application to the order details?
Thanks