Parameter error in Subform Combo box

Ok, no worries! I appreciate the help! Thanks :)
 
Actually there is a workaround. You can leave what you have as it is and requery the report in its On Activate event. The code would look like:

Code:
Private Sub Report_Activate()
  Me.Requery
End Sub

That will make the report rerun its source query when it gets focus after you've gone to the main menu.
 

Users who are viewing this thread

Back
Top Bottom