Anh_Tran Posted September 22, 2004 Posted September 22, 2004 Hi All, I got 3 fields which are Name and Money and dates Name and Money and date Joo 22 $ 2004-01-01 Kii 0 $ 2004-01-20 I try to use find and in my find i use date range from 2004-01-01 to 2004-02-01 , it finds all names such as Joo and Kii . But the point is I want to find only people more than 0$ but same range date. The result I want is showing only Joo. Anybody has an idea? Thanks
-Queue- Posted September 22, 2004 Posted September 22, 2004 Allow User Abort [Off] Set Error Capture [On] Enter Find Mode [Pause] <-- allow user to enter date range Set Field [money, ">0"] Perform Find [ ] If [not Status(CurrentFoundCount)] Show Message ["No records found."] Enter Browse Mode End If
Recommended Posts
This topic is 7366 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now