Hi ,
i have a report which shows the dates as below based on the user inputs
Batch Date: September 15,2009 --- This should be displayed when the user selects only one day
0r
September 1,2009 to September 15,2009 --- This should be displayed when the user selects date range
BtachDate: textbox1
Fromdate: textbox2
Todate: textbox3
to: textbox4
In the report i want to compare Fromdate and ToDate and if they are equal, then hide textbox3, textbox4
Notequal, then hide textbox1
I have seen some examples in the forum( attaching a databounditem event to a textbox),
but i dont see a situation where we can make a textbox visible/invisible based on ther textbox values?
How can this be accomplished??
Thanks,
PK
i have a report which shows the dates as below based on the user inputs
Batch Date: September 15,2009 --- This should be displayed when the user selects only one day
0r
September 1,2009 to September 15,2009 --- This should be displayed when the user selects date range
BtachDate: textbox1
Fromdate: textbox2
Todate: textbox3
to: textbox4
In the report i want to compare Fromdate and ToDate and if they are equal, then hide textbox3, textbox4
Notequal, then hide textbox1
I have seen some examples in the forum( attaching a databounditem event to a textbox),
but i dont see a situation where we can make a textbox visible/invisible based on ther textbox values?
How can this be accomplished??
Thanks,
PK