Hi All...
I have a main form which contains UnBound Field called ProductId and some controls for the quantity available linked to queries. When ProductId entered, I have a button which opens another form (Dialog) to add New Products for the specific Products. After close the Dialog form, how can I refresh my controls to add the new products to the available quantity....
If I close the form and open it again, it calculates the right amount.
The point is not to close and open again.
I tried OnActivate EventProcedure... Me.ControlName.Requery , but it did't help me.
Any other suggestions please
Thank you in advance

I have a main form which contains UnBound Field called ProductId and some controls for the quantity available linked to queries. When ProductId entered, I have a button which opens another form (Dialog) to add New Products for the specific Products. After close the Dialog form, how can I refresh my controls to add the new products to the available quantity....
If I close the form and open it again, it calculates the right amount.
The point is not to close and open again.
I tried OnActivate EventProcedure... Me.ControlName.Requery , but it did't help me.
Any other suggestions please
Thank you in advance