Is it possible to return a "No records matched your query" message or something similar if no records are found? I have a query that pulls failed authentications from log files, but there is not always data. It would be nice to see a message instead of just 0 to know that the query did in fact...
I am having trouble editing records using a form. When I open the form, I get a complile error for rec.Edit. Here is the code:
Private Sub Command0_enter()
Dim dbs As Database
Dim rec As Recordset
Dim strTable As String
Dim intLength As Integer
Dim strNewID As...
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.