Results 1 to 2 of 2

Thread: [RESOLVED] dslookup to find when data was submitted last

  1. #1
    Lively Member
    Join Date
    May 11
    Location
    UK - OK
    Posts
    64

    Resolved [RESOLVED] dslookup to find when data was submitted last

    Hi all,

    I have an Access 2007 form which adds the current user info and adds it into a textbox on the form. On submit that field then gets added to a table and stored. I also have a field within that table which stores the date/time which the records were submitted. What I am trying to do is display in a textbox when the last record was submitted of the perticular user - which would be the current user.

    Could anyone assist me on doing this please?

    Thanks

  2. #2
    Lively Member
    Join Date
    May 11
    Location
    UK - OK
    Posts
    64

    Re: dslookup to find when data was submitted last

    Sorted this one with
    Code:
    =DMax("[Time_Of_Submission]","TimesheetTable","sUser='" & [LoggedInUser] & "'")

Posting Permissions

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