Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have three list box Year,Day(1,2,3..) and monthNam(Jan,Feb,Mar..) and 2 calendar object.
Based on the selected start date and end date in the two calendar objects i need to auto select year, days and MonthName in the 3 list boxes.
Year and Day i am able to select by using Search String action on respective fields when start date and end date are selected,
But same logic when i apply on Monthname it does not work. Below are the search strings i tried to auto select month but doesn't work
='=' & Month(vFromDate) & '=' & Month(vTodate)
='>=' & Month(vFromDate) & '<=' & Month(vTodate)
Can someone helpout on this
HI Avi Chawla
Please close the post.