Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all, pls see the attached QVW file.
In my attached sample file having an two fields , they are CaptureDateTime and LotStartDateTime
Now if i am selecting one distinct date from CaptureDateTime then the LotStartDateTime displays that particular Selected Dates relation.
Now i am trying to achieve is in INPUTBOX i need to display the date of LotStartDateTime which is in the CaptureDateTime.
Ex:
CaptureDateTime LotStartDateTime
02-03-2011 01-03-2011
02-03-2011
Now i selected 02-03-2011 from CaptureDateTime, for this selection the LotStartDateTime contains 01-03-2011 and 02-03-2011.
Now i want to display only the 02-03-2011 in INPUTBOX for LotStartDateTime.
In the Same way for the what ever i selected the date in CaptureDateTime that Date should be displayed in LotStartDateTime.
Thanks in advance.
Regards
Venkat
hi
i'm not sure to get what you need
if you declare your variable like this : =GetFieldSelections(CaptureDateTime)
you will get the value in your input box
Gilles