Jul 24, 2001 #1 asenft Programmer Apr 24, 2001 52 US Anyone know the code to programatically reload a form? If its for a subform, thats even better. Thanks! Aaron
Anyone know the code to programatically reload a form? If its for a subform, thats even better. Thanks! Aaron
Jul 24, 2001 #2 Philly44 Programmer Jul 17, 2001 277 CA If you mean refresh te data on it then use either Me.Requery, Me.Refresh, or Me.Repaint That should do it Upvote 0 Downvote
If you mean refresh te data on it then use either Me.Requery, Me.Refresh, or Me.Repaint That should do it
Jul 24, 2001 Thread starter #3 asenft Programmer Apr 24, 2001 52 US Yeah, that would work if I was just refreshing, but I need to reload the form unfortunaely.. Thanks for the suggestion! Aaron Upvote 0 Downvote
Yeah, that would work if I was just refreshing, but I need to reload the form unfortunaely.. Thanks for the suggestion! Aaron