I have created a filter with the code below, and I want to apply in to a report, what should I do?
Private Function buildWhereClause()
buildWhereClause = ""
' Has the field got something in it?
If Len(Me.Tcode & vbNullString) > 0 Then
' If there is already something in the WHERE clause...