Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    George Pollow is offline Advanced Beginner
    Windows 7 32bit Access 2000
    Join Date
    May 2014
    Posts
    30

    Subform contains inventory transactions by date. I want it to open so entry can be

    made at the current date. It now starts at the oldest record.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,952
    You want the form to open to a new record?

    Can set the form to sort records in Descending order but the new record row will still be at the end of records.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    George Pollow is offline Advanced Beginner
    Windows 7 32bit Access 2000
    Join Date
    May 2014
    Posts
    30
    I prefer to see the records in ascending sequence, like this:

    TRANS DATE IN OUT
    3/5/14 5 0
    5/14/14 10 0
    6/6/14

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,952
    Then I don't understand the issue. Ascending is default.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    If it's currently presenting the oldest record first, you must either have it sorting in descending order (which is not the default, as June7 suggested) and need to reset it to ascending order, or you're sorting on some other field, and the fact that it's currently presenting the oldest record first is coincidental.

    Linq ;0)>
    The problem with making anything foolproof...is that fools are so darn ingenious!

    All posts/responses based on Access 2003/2007

  6. #6
    George Pollow is offline Advanced Beginner
    Windows 7 32bit Access 2000
    Join Date
    May 2014
    Posts
    30
    when I open a record the oldest transaction is highlighted. I want the line containing the current date highlighted so the user can enter the "new" transaction. Currently, we must scroll down to the current date.

  7. #7
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,952
    By 'to the current date' you mean the new record row is showing the date as default value? New record row will always be at the bottom, there is no way to change that. However, can use code to automatically move to the new record when the form opens or set form DataEntry property to Yes and only the new record row will show when form opens and existing records will not be viewable.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  8. #8
    George Pollow is offline Advanced Beginner
    Windows 7 32bit Access 2000
    Join Date
    May 2014
    Posts
    30
    the transactions are showing in ascending order. I cannot find a sort option on the property sheet.

  9. #9
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,952
    That is the Sort By property of the form.

    It will not alter the new record row position. It will always be at the bottom regardless of sort order.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  10. #10
    George Pollow is offline Advanced Beginner
    Windows 7 32bit Access 2000
    Join Date
    May 2014
    Posts
    30
    I cannot find "sort by" on the property sheet. I do have "order by" which says "trans_date".

  11. #11
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,952
    Sorry, it is Order By. It is sorting by the field trans_date. Ascending is default. If you want the reverse:

    [trans_date] DESC
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  12. #12
    George Pollow is offline Advanced Beginner
    Windows 7 32bit Access 2000
    Join Date
    May 2014
    Posts
    30
    I want ascending. But I also want the data entry live to be the current date (bottom of list)

  13. #13
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,952
    Are suggestions in post 7 relevant?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  14. #14
    George Pollow is offline Advanced Beginner
    Windows 7 32bit Access 2000
    Join Date
    May 2014
    Posts
    30
    Yes. The "new record" row is on the botton and it shows the current date. But the oldest record is highlighted as the data entry line.

  15. #15
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Is this a Form or a Subform?

    Linq ;0)>
    The problem with making anything foolproof...is that fools are so darn ingenious!

    All posts/responses based on Access 2003/2007

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Inventory Transactions
    By mm26 in forum Access
    Replies: 7
    Last Post: 02-16-2014, 07:21 PM
  2. Replies: 4
    Last Post: 11-20-2013, 02:06 AM
  3. Replies: 3
    Last Post: 09-23-2013, 10:43 PM
  4. Multiple Inventory Entry
    By DNASok in forum Forms
    Replies: 17
    Last Post: 04-19-2012, 01:42 PM
  5. Inventory Entry Update help
    By Richard in forum Access
    Replies: 8
    Last Post: 03-12-2010, 01:32 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