Submit Your Article Forum Rules

Results 1 to 3 of 3

Thread: Logging New Database entries in Access

  1. #1
    Junior Member
    Join Date
    May 2004
    Posts
    7

    Logging New Database entries in Access

    I have a database that i want to track users entries they have added. How can i do that?

  2. #2
    Senior Member
    Join Date
    Mar 2004
    Posts
    109
    Depending on your environment, the simplest solution is to use the currentuser() function.
    Chris Collins
    crcdesign.net

  3. #3
    Junior Member
    Join Date
    Aug 2004
    Posts
    7

    data added date()

    hi,
    First.... you'll need an ADDDATE entry which can be generated every time a record is added to the data base.

    Build a query based on that table.... then a report based on that query . . .

    In the query for ADDDATE cell enter the
    following into the "criteria" cell for ADDDATE:

    Between [Beginning Date] And [Ending Date]

    Then build a report that will access that query. . .

    When you open that report, a box will pop up looking for a begining and ending date.

    Access does this automatically when it sees the criteria as part of the report.

    Fill in the begin - end date, enter and the report should appear on the screen.

    To print . . use the ctrl + p key.
    Should print to the printer.

    Check out this link: http://www.gochipmunk.com/html/home.html

    Top row of choices: click on "Type Manager" choice.
    I won't go into long explanations here.

    Need Acrobat reader on your machine. Get a free one at www.adobe.com .....

    Click Type Manager choice on top row... then click choice on next screen. Examples of reports to view....
    Have fun.
    pete

Similar Threads

  1. Adding multiple entries to my database at 1 time
    By jazzmatazz2005 in forum Database Discussion Forum
    Replies: 1
    Last Post: 05-22-2008, 07:48 PM
  2. access database access
    By tfinch in forum Web Programming Discussion Forum
    Replies: 6
    Last Post: 07-27-2004, 10:28 PM
  3. access database
    By musakka in forum Database Discussion Forum
    Replies: 2
    Last Post: 03-08-2004, 05:55 AM
  4. Access Database
    By MasterT in forum Database Discussion Forum
    Replies: 2
    Last Post: 02-04-2004, 06:08 PM
  5. Access database
    By Redskies373 in forum Database Discussion Forum
    Replies: 10
    Last Post: 01-16-2004, 04:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •