mike60smart
Registered User.
- Local time
- Today, 22:10
- Joined
- Aug 6, 2017
- Messages
- 2,142
Hi Everyone
For some reason I cannot get the following to work.
I have a Main Form named "frmQuotes"
On the Main Form I have Sub1 named "frmQuoteElementsSubform"
When I run an On Click Event from Sub1 I need to refresh Sub2 on the Main Form
The name of Sub2 is "frmProfileOrdersSubform"
I have tried the following with no success:-
[Forms]![frmQuotes].[frmProfileOrderssubform].[Form].Requery
[Forms]![frmQuotes]![frmProfileOrderssubform].Requery
[Forms]![frmQuotes]![frmQuoteElementsSubform]![frmProfileOrderssubform].[Form].Requery
Any help appreciated.
For some reason I cannot get the following to work.
I have a Main Form named "frmQuotes"
On the Main Form I have Sub1 named "frmQuoteElementsSubform"
When I run an On Click Event from Sub1 I need to refresh Sub2 on the Main Form
The name of Sub2 is "frmProfileOrdersSubform"
I have tried the following with no success:-
[Forms]![frmQuotes].[frmProfileOrderssubform].[Form].Requery
[Forms]![frmQuotes]![frmProfileOrderssubform].Requery
[Forms]![frmQuotes]![frmQuoteElementsSubform]![frmProfileOrderssubform].[Form].Requery
Any help appreciated.