nycbigapple
Technical User
Hi, I have main form that has an unbound combox and an command button, there is also continuous subform.
What I am trying to do is select an item from the combobox and then click on the cmd button
to add this item into the subform list.
This is what I have so far in my command button click event
What I am trying to do is select an item from the combobox and then click on the cmd button
to add this item into the subform list.
This is what I have so far in my command button click event
Code:
Me.psfrmEmployeeTraining.SetFocus
DoCmd.RunCommand acCmdRecordsGoToNew
Me.psfrmEmployeeTraining!ControlName.Value = Me.cboTrainingRequirement.Value