baileybelle
Technical User
How would you use the BROWSE command to search a table between two dates and meeting another criteria? For example using an SQL statement I might use something light this..
SELECT * FROM tablename WHERE date between date1 and date2 AND companyname = 'ABC'
How could this be accomplished with the BROWSE or COUNT commands?
SELECT * FROM tablename WHERE date between date1 and date2 AND companyname = 'ABC'
How could this be accomplished with the BROWSE or COUNT commands?