A AlanW Registered User. Local time Today, 01:44 Joined Aug 11, 2001 Messages 25 Jan 7, 2002 #1 How can I get my report to refresh when it is reactivated? I have tried all different ways but Access always comes up with an error? Any help would be appreciated Thanks
How can I get my report to refresh when it is reactivated? I have tried all different ways but Access always comes up with an error? Any help would be appreciated Thanks
A AlanW Registered User. Local time Today, 01:44 Joined Aug 11, 2001 Messages 25 Jan 8, 2002 #3 I trying to do something like this:- On Activate Me.Refresh End Sub
boblarson Smeghead Local time Yesterday, 17:44 Joined Jan 12, 2001 Messages 32,040 Jan 8, 2002 #4 Have you tried selecting one of your controls (example textbox) and using .Requery? example: Private Sub Report_Activate() txtName.Requery End Sub I haven't tested it thoroughly to make sure it will work, but I think it might. Bob Larson hth
Have you tried selecting one of your controls (example textbox) and using .Requery? example: Private Sub Report_Activate() txtName.Requery End Sub I haven't tested it thoroughly to make sure it will work, but I think it might. Bob Larson hth