Search results

  1. S

    If, then function....

    Great, thnx!!!
  2. S

    If, then function....

    It looks like the argument me.[name]="null" doens't work. The goal is that if that field isn't entered the form closes itsself without running the other part of the code..
  3. S

    If, then function....

    thnx, but.. This one works, thnx but i still don't see what i'm doing wrong in the second piece of code...
  4. S

    If, then function....

    Hi, I'm having some problems with this function. In the following pieces of code, the function doesn't work properly: ------------------------------- Private Sub Command26_Click() MsgBox "Zijn alle verplichte velden ingevoerd?", vbOKCancel If vbCancel Then Else DoCmd.OpenForm...
  5. S

    Form background, incredible size

    Thnx for your clear reaction. regards, Tim
  6. S

    Form background, incredible size

    Hi all, I tried to insert a pictere to a form via its main properties, so i can use it as background. Everything went well, it looks very nice , except the database-size increased with 5MB per form and opening/saving of the form runs very slowly. The picture is only 25 kb. when i delete the...
  7. S

    Problem with data entry in linked subforms

    It works! Thanx!!!! You helped me a lot. Greetings Tim
  8. S

    Problem with data entry in linked subforms

    thans for your reaction, im new here:) I cannot find this relationship, the only object that refers to the subform is the togglelink. The formwizard created this one autmatically. When i insert a subform manually in the desigview of the main form then i can set the parent/child relationship...
  9. S

    Problem with data entry in linked subforms

    Hi, I created a main and subform with a formwizard with data from two tables. For example as a main form a contactperson with a linked subform with his adress(es). The problem lies within data-entry: when i enter new data in de contactperson form automatically a new contactpersonID is created...
Back
Top Bottom