Filtering data in a form

  • Thread starter Dimitris Nikolakakis
  • Start date
D

Dimitris Nikolakakis

I have a form FClients (data from Clients table) and a form FClientsOrders
(data from StoredProcedure qOrders).

I have created a button in FClients to open the FClientsOrders to see the
orders of the loaded client of FClients.

My problem is that I see all orders (of all clients).....

Thanks for any help
Dimitris
 
Top