Hi All,
I have made a dynamic form details content table where the data is storing by comma separated values.All the form fields are stored as dynamic in the table.
Fields :
n1_First_name,n2_bank_aaccount,piriod_to,n5_comments_by,n6_like,n7_comments
Data:
nil@nil.com,test1,4-May-2010,test2,no,abc
nil@nil.com,test1,4-June-2010,test2,no,abc
Now as you see this field "piriod_to" refers to 4-May-2010 and 4-June-2010.....till now its ok...no problem...
But when I am doing a date range search its not listings all the dates which falls under 2 dates....
Can you please suggest a way where I can pull out those records which falls under 2 dates(from posted values)
Thanks,
Raj