Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jett88
  • Content: Threads
  • Order by date
  1. jett88

    Return the value of the next record into a field in the current record

    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...
  2. jett88

    Send a customized report to each user in a table

    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...
  3. jett88

    Refreshing Links From Two Different Data Sources

    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...

Part and Inventory Search

Back
Top