Search results

  1. F

    Subform

    Hi, I have a form with 2 subforms on it. If I change a record on one of the subforms(sub1) I want my graph on sub2 to update. the name of the graph is grafiek. I tried it several lines of code for example: me![sub2]!grafiek.requery me![sub2].grafiek.requery me![sub2].form.grafiek.requery etc...
  2. F

    DLookup with multiple criteria

    I really need some help here! On a report I want to show the planned time for an activity. But I want it to appear behind the customer for which the activity was done and the employee who did the activity. I came up with the following DLookup expression but it just doesn't work and I've tried...
  3. F

    Validation

    Hi, I've got a problem. I have a table, activiteiten(activities). This table contains: acti_opdrachtgever_id (the companies) acti_activiteit_id (the activities) acti_medewerker_id (the employee which is doing the activity) acti_medewerker_gepland (the time for which the employee is planned...
  4. F

    Problem with two subforms

    Hi, I've runned into some other problems with my database. I hope someone can help me. My first problem is: I have two forms, one is Activiteiten(activities) the other Medewerkers(people). In Activiteiten I have a dropdownlist with all the workers from Medewerkers. There is a field on both...
Back
Top Bottom