While getting the start and end dates, I want to display the start date in the caption for the ending date.
set var vStartDate = (getdate('Enter Starting Date'))
set var msg1 = ('From' & ctxt(.vStartDate))
set var vEndDate = (getdate(.msg1))Bernie Lis
