Hello,
I looking for proper syntax when performing a query for a range. Essentially I am referencing UPEREG and want to search for a range with FILCREATNO.
Ex.
If at first you don't succeed, then sky diving wasn't meant for you!
I looking for proper syntax when performing a query for a range. Essentially I am referencing UPEREG and want to search for a range with FILCREATNO.
Ex.
Code:
UPEREG.Browse "FILCREATNO >= 1 and FILCREATNO <= 5" & "", True
Do While UPEREG.GoNext
...
Loop
If at first you don't succeed, then sky diving wasn't meant for you!