January 22, 200223 yr Newbies I know in FMP5 itself you can simply put 1/1/1999..1/1/2000 to get all the records between those two dates. But is there a nice and simple way to do that for the online stuff? I know my pages are setup correctly because I can search for an individual date and get results...but if I try a ranged search it gives me a message saying there were no search results. Basically I have 1 date field and want users to be able to pick a range in which to search by. Is there some other way that has just slipped my mind? Thanks in advance Dave
January 22, 200223 yr Try this: <input type="hidden" name="-op" value="gte" <input type="text" name="mydate" value=""> <input type="hidden" name="-op" value="lte" <input type="text" name="mydate" value=""> All the best. Garry
Create an account or sign in to comment