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?