I have a table named Sign_On that looks like the following:
User1 Event1 SubEvent2 TimeStamp
User1 Event2 SubEvent1 TimeStamp
User1 Event1 SubEvent3 TimeStamp
User1 Event2 SubEvent1 TimeStamp
User2 Event1 SubEvent2 TimeStamp
User2...
I am in the process of trying to write a script that will send an individualized report daily to each user within a table.
Employees Table
EmployeeID - Key
Ext - Unique value but contains blanks
Email - Email address
What I am trying to do is to run a report daily for each Ext that shows the...
I have a database that has linked tables in it from two different data sources. The tables from the first data source begin with SAC_ the tables from the second data source begin with STO_. What I have go so far is:
Function refreshLinks() As Boolean
Dim dbs As DAO.Database
Dim tdf...
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.