Hi all,
I have a main form frmCase which has a comment area section containing a form fsubCaseDetails which is a continious one.
There is a button "Add Comments" in frmCase which on clicking should open a form frmZoom.This form has Save and Cancel button.
On clicking the save button the text entered in the frmZoom should get transferred to fsubCaseDetails.
As fsubCaseDetails is a continious form, clicking the button "Add Comments" for the 2nd time the text from frmZoom should get transferred to 2nd instance of fsubCaseDetails.
I know this can be done by Open Args property of form.But I am new to Access and VB,so please help me with sufficient code and explanation.
Thanks.
I have a main form frmCase which has a comment area section containing a form fsubCaseDetails which is a continious one.
There is a button "Add Comments" in frmCase which on clicking should open a form frmZoom.This form has Save and Cancel button.
On clicking the save button the text entered in the frmZoom should get transferred to fsubCaseDetails.
As fsubCaseDetails is a continious form, clicking the button "Add Comments" for the 2nd time the text from frmZoom should get transferred to 2nd instance of fsubCaseDetails.
I know this can be done by Open Args property of form.But I am new to Access and VB,so please help me with sufficient code and explanation.
Thanks.