Hi EVerybody
I m very much new o the data report. ACtually from 1 form of visual basic when I click on button it shows the report and everything perfect and previos form gets hidden.
Now what i want is when I close that report i should set the value of 1 of the texbox to 1 varianble of previos form
Private Sub DataReport1_Terminate()
Dim abc As String
abc = ??????????????????
End Sub
I m using this function. now if i m closing my datareport and my textbox name textBox1 then what i should i put in place of ?????????????? in the code to get its value in abc variable.
Thanks in advance
DEEP