B
BMoroneso
Hi everyone,
I am working on a database that tracks insurance policies for clients. I
have a main client form (frmClient) with several subforms on a tab control.
On the policies subform (displayed as a datasheet, master/child link is
ClientID), I am only displaying a few key pieces of data, and am not allowing
adds. I have a button on the tab control to add a new policy. This brings
up a new form (frmAddClientPolicyDetail) in add mode.
DoCmd.OpenForm "frmAddClientPolicyDetail", , , , acFormAdd, acWindowNormal
I need to pass the ClientID parameter into frmAddClientPolicyDetail, but
can't figure out how to do that.
Thanks in advance for your help!
I am working on a database that tracks insurance policies for clients. I
have a main client form (frmClient) with several subforms on a tab control.
On the policies subform (displayed as a datasheet, master/child link is
ClientID), I am only displaying a few key pieces of data, and am not allowing
adds. I have a button on the tab control to add a new policy. This brings
up a new form (frmAddClientPolicyDetail) in add mode.
DoCmd.OpenForm "frmAddClientPolicyDetail", , , , acFormAdd, acWindowNormal
I need to pass the ClientID parameter into frmAddClientPolicyDetail, but
can't figure out how to do that.
Thanks in advance for your help!