I have one main form and different queries that populate it depending on which command button is clicked I want a message box to pop up if no records are found. Here is what I have for one of the events:
Private Sub Height_search_Click()
On Error GoTo Err_Height_search_Click
Dim stDocName...