G GGrieve New member Local time Today, 06:18 Joined Oct 10, 2008 Messages 5 Oct 10, 2008 #1 I have a form that automatically appends a record to a different form if criteria is reached, As all forms are on a tab control How do I get the appended form to update with new record on click of tab. Many Thanks
I have a form that automatically appends a record to a different form if criteria is reached, As all forms are on a tab control How do I get the appended form to update with new record on click of tab. Many Thanks
speakers_86 Registered User. Local time Today, 09:18 Joined May 17, 2007 Messages 1,919 Oct 11, 2008 #2 In the tab properties, use the on click event to run code something like this Code: docmd.OpenQuery(YourQueryNameHere,acViewNormal,,)
In the tab properties, use the on click event to run code something like this Code: docmd.OpenQuery(YourQueryNameHere,acViewNormal,,)