Search results

  1. C

    Updating date when modifying data

    me.[modified date] doesn't work either. My field is a date field bound to a table, which already inserts the date the record is created, which works fine in the form. I then want it to change the date to the modified date when the record is modified. There is no need for saving the other...
  2. 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...
  3. 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...
  4. 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