D
Dimitris Nikolakakis
I have a form (FactoriesOrders )with a ComboBox and a subform (FOrders) that
show the results of an SP.
The SP has a parameter and I have connected the parameter with the ComboBox
@parameter nvarchar(15) = Forms!FactoriesOrders.ComboBox
How can I refresh tha data of subform each time I change value to ComboBox?
Thanks
show the results of an SP.
The SP has a parameter and I have connected the parameter with the ComboBox
@parameter nvarchar(15) = Forms!FactoriesOrders.ComboBox
How can I refresh tha data of subform each time I change value to ComboBox?
Thanks