Search results

  1. 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...
  2. 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...
  3. 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