Search results

  1. C

    Updating date when modifying data

    Hi I want to update my date field in my database everytime when the record is changed. I do not want to do this by using a macro and I cannot make it word by using the before update function. In the before update I have tried the following without success (nothing happens): Private Sub...
  2. C

    Cascading combo box and list box

    Hi I am having a problem with cascading combo box and list box. The combo box should provide a value in a list box and then the list box value should control other values. I am using the following code but when I change the value in the combo box it empties the list box instead of given...
  3. C

    Subform to a listbox

    Hi I have a combobox where the selection provides values in a listbox. When chosing a value in the listbox I want to have a subform showing different information about the value. But I can find out how to both have the listbox been selected from the combobox and also give a value for the...
Back
Top Bottom