Hi, I have two text boxes and I'm wondering how I can filter my records of my table (through my query), between two numbers on my form.
So for example lets call the two text boxes Num1 and Num2, the logical process is:
Someone please help! I've tried next to everything!
SQL, Me.Filter, BETWEEN in criteria. I have no idea how I can accomplish this.
If you can help me with this it would be VERY much appreciated!
So for example lets call the two text boxes Num1 and Num2, the logical process is:
Code:
IF Num1 or Num2 IS empty
THEN filter records with "*"
ELSE IF Num1 and Num2 contain a number
THEN filter records between those two numbers
Someone please help! I've tried next to everything!
SQL, Me.Filter, BETWEEN in criteria. I have no idea how I can accomplish this.
If you can help me with this it would be VERY much appreciated!