C
Chad
Hello, I don’t know how to go about writing the Vba for this and needed some
assistance. I have a form called frmMainDB and its control source is tblMain.
On this form I have a few controls I would like to be checked when the form
closes and have a MsgBox display for an informative fetcher only. The problem
is I need it to display for the Date() or today so whatever records were
entered in for the current day then it will check only those records. I
thought using a query would be the way to go and just enter Is Null in the
criteria sections of each field and this would show all blank entries. What
would I do in the forms on close that could trigger the query and MsgBox?
Thanks!
assistance. I have a form called frmMainDB and its control source is tblMain.
On this form I have a few controls I would like to be checked when the form
closes and have a MsgBox display for an informative fetcher only. The problem
is I need it to display for the Date() or today so whatever records were
entered in for the current day then it will check only those records. I
thought using a query would be the way to go and just enter Is Null in the
criteria sections of each field and this would show all blank entries. What
would I do in the forms on close that could trigger the query and MsgBox?
Thanks!