Search results

  1. F

    Subform

    Thanks for the reply. But I don't really understand what you mean by "spelling out the full object name in the event code." If my sub with the graph in it is named sub2 my sub which triggers the code is named sub1 and my mainform is named mainform would it be sub1.mainform.sub2.grafiek.requery...
  2. 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...
  3. 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...
  4. F

    Validation

    hi, thanks for the reply. you're absolutely right, these tables aren't correctly build. but...(ofcourse, there's a but :-) ) because of the way my boss wants the layout of this screen, I already have 4 subforms on my form and this in one of them. and because this is not a single(is this the...
  5. 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...
  6. 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