D
Dimitris Nikolakakis
I have the following:
- a form FClients with data from table Clients.
- an SP qOrders with data from ClientsOrders table with parameters @Client &
@Factory
- a Subform in FClients with data from SP qOrders in datasheet view. I have
put the parameters of SP in InputParameters.
I have put an unbound field (combo box) in FClients to select the
OrderFactory.
How can I refresh the data of subform when I change the value of combo box?
thanks
- a form FClients with data from table Clients.
- an SP qOrders with data from ClientsOrders table with parameters @Client &
@Factory
- a Subform in FClients with data from SP qOrders in datasheet view. I have
put the parameters of SP in InputParameters.
I have put an unbound field (combo box) in FClients to select the
OrderFactory.
How can I refresh the data of subform when I change the value of combo box?
thanks