I have a report in access which when close using the X button a procedure runs and make another form visible. The problem comes into play when the users performs a file exit procedure from the tool bar while the report is still active...an error message pops up stating run time error...
Dim db As Database
Dim rs As Recordset
Dim strsql As String
strsql = " Select Hardware.test" & _
" From Hardware" & _
" WHERE (((Hardware.test) Is Not Null))"
The code above produces an error message runtime error 13 type mismatch....Can someone...
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.