Search results

  1. B

    Table relation problem

    Hi, I have an access project with two tables. “Archives” contains all the folders of an enterprise with for each folder its title and the ID of the division to which it belongs. The other table is called “Divisions” and contains the division ID’s and for each ID the name of the corresponding...
  2. B

    Add record lines to spreadsheet form

    Hi, I want to create an access spreadsheet form in which the user can add data, which will be – after being processed – added to a database table. The spreadsheet form is for this reason not directly linked to a database table. In the spreadsheet that I actually have, I manage to copy...
  3. B

    Filter recordset

    Hi, I want to filter records of a recordset to export them afterwards. What I did is opening a new recordset, applying the filter and then creating a new filtered recordset. While executing the code, I get an error for the following line. The error is saying that the function should at least...
  4. B

    Add item to comboBox filled with table items

    Hi, I have a comboBox that shows all divisions of an enterprise, read from a table. The selected division will be used in a search form. Now I’d like to add an item “all divisions” to my comboBox. I tried the addItem method but apparently this is not possible when the items of the comboBox are...
Back
Top Bottom