R
Ripper
I tried to create this without help, but I cannot figure out why it won't work.
I have a button on a subform whose control and name are dhallID. In the
OnClick event I placed the following code:
DoCmd.OpenForm "frmDhallAddDisc", , , , , , "[DHallID] =" & Me.[DHallID]
I want it to open the form to the specific record in the OpenArguments. The
Dhall ID is the primary key for the table that this form opens from and it is
also an autonumber field.
I cannot figure it out and would appreciate some help.
I have a button on a subform whose control and name are dhallID. In the
OnClick event I placed the following code:
DoCmd.OpenForm "frmDhallAddDisc", , , , , , "[DHallID] =" & Me.[DHallID]
I want it to open the form to the specific record in the OpenArguments. The
Dhall ID is the primary key for the table that this form opens from and it is
also an autonumber field.
I cannot figure it out and would appreciate some help.