I can't figure this out:
VB Code:
Private Sub cmdAddtoOut_Click() Dim strName As String strName = Me.cmbName Me.tblOutputsub.NAME = strName End Sub
It's suppose to take the value from the main form and display it is the subform feild when the command button is clicked.
