January 5, 200224 yr Newbies I'm trying to get Filemaker to do a multiple request search i.e If you were in Filemaker the same as doing a find, entering some data and creating a new request and entering more data. I've read somewhere (I can't remember or locate where) a way to do this that from memory used spaces to separate the requests. ie. &fieldname=nnn nnn. So far my attemmpts to get this working have been fruitless. Any help much appreciated. Cheers David
January 5, 200224 yr David, You can have: <input type="hidden" name="-lop" value="or"> <input type="text" name="lastname" value=""> <input type="text" name="lastname" value=""> or ...&-lop=or&lastname=bloggs&lastname=smith&-find -lop is Logical Operation. All the best. Garry
Create an account or sign in to comment