Results 1 to 2 of 2
  1. #1
    joe55 is offline Novice
    Windows XP Access 2000
    Join Date
    Apr 2010
    Posts
    1

    last record

    hi all


    i have a tbl called data this i run from a form called imput_frm



    the problem i have is when i enter a new record i need to send this entry via e-mail (and nothing else)

    i figured out the send by e-mail bit by atatching a macro "send oject"

    the problem i have, how do i select the last record i entered when i tried this

    if i entered more than one new record in a day i got both records when i only needed only the last record because i used the now() a select creteria i just wondndered is there a bit of code that help me on this ?


    many thanks in advance Joe

  2. #2
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    if you have a bound form you can try

    DoCmd.GoToRecord , , acLast

    This will take you to the last record.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. If duplicate record, go to original record
    By BigBear in forum Forms
    Replies: 2
    Last Post: 10-06-2010, 02:58 AM
  2. If duplicate record, go to original record
    By islandboy in forum Access
    Replies: 51
    Last Post: 06-02-2010, 04:17 PM
  3. copy current record to new record
    By er_manojbisht in forum Forms
    Replies: 1
    Last Post: 02-27-2010, 05:31 PM
  4. Replies: 3
    Last Post: 06-27-2009, 03:53 PM
  5. Deleting Record Contents, not complete record...
    By Charles Waters in forum Access
    Replies: 2
    Last Post: 06-24-2008, 12:00 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
  •  
Other Forums: Microsoft Office Forums