Hi, I encountered force closed when saving. Error was not displayed,
Can anyone help me? Thank you.
Here's my code.
Private Sub cmdSave_Click()
Dim cnn As New ADODB.Connection
Dim rst As New ADODB.Recordset
Dim qry As String
cnn.Open...
Hi, I encountered force closed when saving. Error was not displayed,
Can anyone help me? Thank you.
Here's my code.
Private Sub cmdSave_Click()
Dim cnn As New ADODB.Connection
Dim rst As New ADODB.Recordset
Dim qry As String
cnn.Open...
Hi.. Good evening,
Here I am again,
Private Sub cmdSave_Click()
''''''''Add Validation here '''''''''''''
If Me.cmbShift.Value = "" Then
MsgBox "Please enter the Shift Encountered", vbCritical
Exit Sub
End If
If Me.txtItem.Value = "" Then
MsgBox...
Cannot perform 'like' operation on system.double and system.string
Hi, Im experiencing this error, Can anyone help me regarding this?
Here's the code:
LstTableBindingSource.Filter = "(Convert([Defect ID], 'System.String') LIKE '" & txtSearch.Text & "')" &...
Hi, Im experiencing this error, Can anyone help me regarding this?
Here's the code:
LstTableBindingSource.Filter = "(Convert([Defect ID], 'System.String') LIKE '" & txtSearch.Text & "')" &
"OR (Sen LIKE '" & txtSearch.Text & "')"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.