Hello Guys,
Finally got feed back. they are looking for a query with the fields that have a specific range example:
SELECT BINWIP.[BINDTLBINLOW], BINWIP.[BINDTLBINHIGH], BINWIP.[BINDTLCOUNTRY], BINWIP.[BINDTLCARDIND]
FROM BINWIP;
is query..How would I specify a range of 40000000 to 49999999 inside that query.
using BINDTLBINLOW and BINDTLBINHIGH as the range fields?
thanks in advance.
Sean