Results 1 to 3 of 3
  1. #1
    bellczar is offline Novice
    Windows 8 Access 2007
    Join Date
    Feb 2013
    Posts
    9

    Recently modified a table and now my form is goofy

    I make very few mods to my database. Recently I added a field to a table and a form that links it. Since then the form has acted strangely. Usually the form pulls up the table in alphabetical order by the key field (called title) so when I open the database, the first record alphabetically is displayed on the table. Now it is not.



    Furthermore, when I use a field in the table to pull up a record, often it doesn't pull up the record I want and instead pulls up the first record in the table that matches the substring I typed. This means that records whose title is short of that first matching substring are inaccessible through the form.

    When I add a new record to the table via the form, it's supposed to update instantly after I press enter for the third time. Instead the form advances to the next record in the table.

    What did I forget to do?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Records do not have inherent order. Apply sort criteria if you want a particular order.

    Assume you added a new control to form. Probably need to change TabOrder property.
    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
    ssanfu is offline Master of Nothing
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Thought I'd put in my $0.02 worth.....

    Quote Originally Posted by June7 View Post
    Records do not have inherent order. Apply sort criteria if you want a particular order.
    I agree with June. This is why my forms are based on queries instead of tables.

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

Similar Threads

  1. Replies: 1
    Last Post: 12-23-2014, 06:03 PM
  2. modified Date & Modified BY
    By bronson_mech in forum Queries
    Replies: 1
    Last Post: 12-06-2013, 10:45 AM
  3. Last Modified date on a form with subforms
    By mindbender in forum Access
    Replies: 14
    Last Post: 05-06-2013, 02:06 PM
  4. Saving/Restoring Modified Datasheet Form
    By EddieN1 in forum Programming
    Replies: 1
    Last Post: 01-20-2012, 09:48 PM
  5. Replies: 4
    Last Post: 09-10-2010, 08:00 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