S
Sash
I'm building an SQL statement from 20 fields on a form that will update a
table in SQL Server. All fields that are NOT subforms work. Can someone be
so kind as to tell me what I'm missing on the subform format.
If Not IsNull(Forms!FrmS23.SURGDESC.Form![pimem_line]) Then
strSQL = strSQL & "dbo_Anesth.[ip_surgdesc] = '" &
Me.Form!FrmS23.SURGDESC.Form![pimem_line] & "' "
End If
table in SQL Server. All fields that are NOT subforms work. Can someone be
so kind as to tell me what I'm missing on the subform format.
If Not IsNull(Forms!FrmS23.SURGDESC.Form![pimem_line]) Then
strSQL = strSQL & "dbo_Anesth.[ip_surgdesc] = '" &
Me.Form!FrmS23.SURGDESC.Form![pimem_line] & "' "
End If