Getting Data Type Conversion Error
In classic vb code, I am trying to get 8 digit value from textbox and assign it to recordset variable but I am Getting Data Type Conversion Error. Any ideas how can it be fixed? Make sure its classic VB6 .If Val(txtPOINT5) > 0 Then
rstArHist("DiagP") = Val(txtPOINT5)
End If