In advanced search I just have two parameters....name of doctor and time stamp of a record.
If I conduct a search the first time I have a dropdown list of doctors names that are really linked to the individual doctor's record table primary id.
I can select a doctor's name and search for just the reports linked to that doctor.
Or I can add a specific equals condition to a date....or a BETWEEN range for two dates.
BUT, after that search is conducted it will not let go of the doctor's name selection in the first search parameter of the Doctor's ID
I can select another name but still, I don't want anything in that window
Even RESET does not clear this...once a search has been conducted with one of the dropdown list values it has to be an option for successive searches.
In using dropdown lists in other applications sometimes I had to create a table that had one BLANK record so that the blank record could be selected.
But surely, PHPRunner builds the Search function with a default space to clear a dropdown list.
If I try to put in the default "please select" I get a message that this is a "required field" now.
Tips?