Search results

  1. L

    Recordset, bookmark and FindFirst

    Hello, I am using Findfirst to move the current focus to a record identified by an ID. The ID is my primary key, type autonumber. I have my record set, I know the ID but I am confused by the syntax of Findfirst and the subsequent use of bookmarks. I am calling this from the OnActivate event...
  2. L

    Requery - how to use more sparingly

    Hello, I use requery in the On Activate event of a form to ensure all the records are visible after a new record has been added. However, I note that this event is called whether a record has been added or not which seems a waste of time. The Dirty boolean value in the form does not seem to...
Back
Top Bottom