Hi all, I have a main form called Activity Log which has four tabs on it. Each tab has a different subform. When one form has a date entered it alters information (actions) on another tab via code. When the user then clicks on the Action tab I want the latest to display. I assumed I needed to requery this subform which is Named ActionLog (name not source object) and tried by entering the following code on the onclick event of the Actions tab:
Forms![Activity Log]![ActionLog].Form.Requery
but it doesn't show the latest data. If I close the main form and reopen the Actions are correct so I know the data is changing correctly. Thanks in advance for any help...
Forms![Activity Log]![ActionLog].Form.Requery
but it doesn't show the latest data. If I close the main form and reopen the Actions are correct so I know the data is changing correctly. Thanks in advance for any help...