gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
Code:
Private Sub Command11_Click()
On Error GoTo Command11_Click_Err
updateQuery1
DoCmd.OpenForm "frm_NIS_TSL", acNormal, "", "", , acNormal
[TextSql].Value = 1
Command11_Click_Exit:
Exit Sub
Command11_Click_Err:
MsgBox Error$
Resume Command11_Click_Exit
End Sub
How do I get TextSql to equal 1 in this event? Its an unbound text field