Results 1 to 2 of 2
  1. #1
    FadingAPE is offline Novice
    Windows XP Access 2003
    Join Date
    Sep 2010
    Posts
    18

    Form Data

    Hello,

    I've created a notice board for my database and I have one tiny problem. As someone eneters a message I want it to appear at the top of the notice board. What I have dont is set up a table and a form linked to this. Within the table I have made a DateEntryMade column and sorted the data so it goes in descending order however when I genterate a form it still has the oldest message at the top. How can I fix this???



    It works fine on its own but it is a subform - when its a subform it doesnt work


    Thanks
    Laura

  2. #2
    michaeljohnh is offline More Human than Human
    Windows XP Access 2007
    Join Date
    Aug 2010
    Posts
    61
    Sounds like you need to modify the SQL source statement for the subform. At the end of the statement add Order By [tablename].[fieldname].

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

Similar Threads

  1. Replies: 2
    Last Post: 11-25-2013, 10:56 AM
  2. Replies: 63
    Last Post: 01-25-2013, 05:20 AM
  3. Replies: 0
    Last Post: 03-11-2010, 02:11 AM
  4. Replies: 9
    Last Post: 02-19-2010, 12:07 PM
  5. Replies: 9
    Last Post: 03-24-2009, 09:19 PM

Tags for this Thread

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