I have a main form which has a Comment Area Section whose source object is a form fsubCaseDetails .
fsubCaseDetails has a textbox.The main form which when viewed in form view displays the fsubcaseDetails form in the Comments Area section.
I need to enter comments into the form fsubCaseDetails by clicking on the AddComments button which opens a form frmZoom.When a user clicks on AddComments button frmZoom is opened and he/she enters the comments into the textbox of frmZoom and finally the comments entered in the frmZoon will get transfered to form fsubcasedetails on clicking save button of frmZoom.
When the text get transferred into fsubcasedetails form,it will get locked and wiil not allow any further comments to be entered.
When some text get transferred to fsubcasedetails form,another fsubcasedetails will get opened in the Comment Area section below the first form.
If now a user wants to add some comments by opening the frmZoom,the text comments should get transferred to the 2nd fsubcasedetails form which got created.Similar ly the process wll go on.
Could anyone please help me in the above problem.
Specifically how continious forms will be created and the text will get transfered to the next next forms.
This is very urgent.
Thanks.
fsubCaseDetails has a textbox.The main form which when viewed in form view displays the fsubcaseDetails form in the Comments Area section.
I need to enter comments into the form fsubCaseDetails by clicking on the AddComments button which opens a form frmZoom.When a user clicks on AddComments button frmZoom is opened and he/she enters the comments into the textbox of frmZoom and finally the comments entered in the frmZoon will get transfered to form fsubcasedetails on clicking save button of frmZoom.
When the text get transferred into fsubcasedetails form,it will get locked and wiil not allow any further comments to be entered.
When some text get transferred to fsubcasedetails form,another fsubcasedetails will get opened in the Comment Area section below the first form.
If now a user wants to add some comments by opening the frmZoom,the text comments should get transferred to the 2nd fsubcasedetails form which got created.Similar ly the process wll go on.
Could anyone please help me in the above problem.
Specifically how continious forms will be created and the text will get transfered to the next next forms.
This is very urgent.
Thanks.
Comment