Ok, last question I believe, and then this project should be done.
I am trying to filter my records. Some of the records contain numbers, and others are null. The code I tried is
Me.OrderByOn = False
Me.OrderBy = "Invoice #"
Me.OrderByOn = True
Me.FilterOn = False
Me.Filter = "[PFO2008] <>...