Hi All,
I have a sub form nestled in tabbed form which draws its contents from a query with a search criteria based on user input on another form.
I find it funny that when I enter Me.Refresh into the child's on Enter event, it will only refresh the contents(sub form) if the user clicks on a tab or a button on the tabbed form.
I have tried placing Me.Refresh in the forms Got Focus and Lost Focus, On Current...et cetra. Even tried using Me.Parent.childFrm.subFrm.Requery or .Refresh
Any help will be appreciated. Thanks!
I have a sub form nestled in tabbed form which draws its contents from a query with a search criteria based on user input on another form.
I find it funny that when I enter Me.Refresh into the child's on Enter event, it will only refresh the contents(sub form) if the user clicks on a tab or a button on the tabbed form.
I have tried placing Me.Refresh in the forms Got Focus and Lost Focus, On Current...et cetra. Even tried using Me.Parent.childFrm.subFrm.Requery or .Refresh
Any help will be appreciated. Thanks!