Search results

  1. M

    Creating a select all button in an access front end using VBA

    I am creating a select all button using VBA for an Access form. The Access front end is connected to an SQL back end. It is working, with limitations: When I tick the select all box I still need to tick a single item to select all items. The code I have implemeneted is the following(me.requery...
  2. M

    How to place inserted values from one field to another based on selected combo box values in a different form

    I have created a combo box in a form. The user can select two options. If a specific option is selected, values earlier inserted in a specific field of a different form should be automatically removed there and inserted in the column which is selected in the other form. Does anybody know how to...
Top Bottom