Hi,
On the Advanced Search screen, you can manually assign search criteria by using value_<field>.value (for example value_Status.value="Complete" would put the word Complete in the Status field search criteria box, which you can then submit).
Does anyone know how to do this with a date (eg a field called Completed Date)?
When you manually enter todays date in this field (by selecting values from the day, month and year dropdowns) and then output the submitted value using Alert it outputs 2006-10-25 - which is the 3 fields strung together.
Using value_Completed_Date.value='2006-10-25' does work in that it only returns records with Completed Date of 25/10/2006 (when submitted) but the field is NOT updated on the Advanced Search page before submission.
Could anyone advise of the 3 lines of code to update the day, month and year fields?
Many thanks,
Bryan