how can i handle errors here? i encounter lots of em.
also, im very sorry. im only a self-taught student and am just starting out. so please be patient. TIA.
VB Code:
Private Sub datPrimaryRS_Error(ByVal ErrorNumber As Long, Description As String, ByVal Scode As Long, ByVal Source As String, ByVal HelpFile As String, ByVal HelpContext As Long, fCancelDisplay As Boolean) 'This is where you would put error handling code 'If you want to ignore errors, comment out the next line 'If you want to trap them, add code here to handle them End Sub





Reply With Quote