March 30, 200421 yr Ok - you guys are so helpful here's one more - I have a search & edit form and several of the fields I want to have value lists to limit user options for searching. Everything works great except - the initial value in all the value lists appears and a search w/those values selected will not return a match. Is there a way to force a Blank value into a value list? TIA - -Kele Version: Developer v6 Platform: Mac OS X Jaguar
March 30, 200421 yr If you are using a ValueList like this (from the "CDML Reference" database): <select name="Groups"> [FMP-option: Groups, list=GroupList] </select> you can add a blank value like this: <select name="Groups"> <option value="">Select a Value</option> [FMP-option: Groups, list=GroupList] </select> Good Luck. Garry
Create an account or sign in to comment