I have two forms. One for Customer information, including a subform for activity history. The second form is to allow AE's to filter the record set by RecordNumber, CustomerName, or AEName. Here is the code I have so far...
Private Sub RtrvFormCmnd_Click()
On Error GoTo...