Search results

  1. D

    Search employees by their first/last name in the correct order [A-Z]

    Hello everbody, I have a search field where I can look for an employees by writing their firstname/lastname. It works currently well, but when I look for firstname/lastname which exists more than ones, i cannot see all of them. E.g. there are two Persons in the table, who have the lastname...
  2. D

    How to set Subform data from a main form?

    I have a form "MAF_Main" with a subform "AbteilungFunktion", which contains to other forms ("Abteilung", "Funktion"). If button in the main form is clicked, I want to set the value of Combobox inside the subform "Abteilung". Hence I wrote this line of code in my button clicked event, but it...
  3. D

    How to use a SQL SELECT statement with Access VBA

    good afternoon everyone, I have a sql Table "AT_Abteilung" with three columns ID, Name, Description. I created a form where I have a combobox, where I can select a name. If I choose a name it should be able to show the description in the Textfield, where I can change the content. For this I...
Top Bottom