ITheadache
IS-IT--Management
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] <> '0' or [PFO2008] = """
Me.FilterOn = True
But this gives me a runtime error, stating that this is an improper use of null.
Thanks,
Bryan
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] <> '0' or [PFO2008] = """
Me.FilterOn = True
But this gives me a runtime error, stating that this is an improper use of null.
Thanks,
Bryan