Results 1 to 2 of 2
  1. #1
    ismith is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2011
    Posts
    39

    Using bound form to access last record

    Hi,

    Ive got a bound form which has the following info.



    These are all in a table called 'tblProduct'

    ProductID
    Description
    Category
    Size
    Quantity
    Price

    Now when i use the bound form it shows the first record in the database.
    What i want to do is whenever the form is opened it goes to the last ProductID record that has been entered into the database. so it is always the last one that is showing.

    Can this be done using bound forms?

    If not how else can i get this done?

    Thanks...

  2. #2
    aytee111 is offline Competent At Times
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    OnOpen event - Me.MoveLast

    Or in your RecordSource sort it by ProductID DESC (descending)

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

Similar Threads

  1. Bound form with bound combobox
    By Jerry8989 in forum Access
    Replies: 2
    Last Post: 12-05-2011, 01:50 PM
  2. Manually SAVE a record on a bound form
    By goodguy in forum Forms
    Replies: 2
    Last Post: 09-25-2011, 11:54 AM
  3. Replies: 1
    Last Post: 04-19-2011, 04:46 PM
  4. Updating using form bound to a query
    By onechriswhite in forum Forms
    Replies: 5
    Last Post: 07-25-2010, 04:04 AM
  5. Replies: 0
    Last Post: 05-09-2010, 08:43 AM

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