thanks captand
what my intestion is to create a sub in modules.
my plan was ************
sub ck_event (workstationname as string, formname as string, event_name as string)
dim db as database
set db = currentdb()
dim r as recordset
set r = db.openrecordset("event_log", db_open_dynaset)
r.addnew...
I Am trying to build a module that will record in table open and close events by COMPUTERNAME for debug purposes,
desired result is a Call to function that says
r!dos = now()
r!workstationname=workstationname
r!formname = formname
r!event = event name IE. "LOAD" or "CLOSE" or "SAVE"...
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.