Automatically view the latest records for a form by using Visual Basic

Automatically view the latest records for a form by using Visual Basic

  1. Create a Visual Basic procedure.

    How?

  2. Add the Requery method to the procedure for the form or control whose records you want to update. For example, to view the latest records in a combo box called CategoryID, add the following method to the procedure:
    CategoryID.Requery

  3. Run the procedure.

    How?

For more information about the Requery method, click .