Recent content by cc66

  1. C

    VBA: Three Methods to Create Form with SubForm Based on Table

    Thanks for the reply. I have edited the post. Actually, I want create a form (FORM 0) with two part (above part and bottom part). The above part (PART I) is some textbox, combox and other controls for input. These controls are from the transfered fields of the table (TABLE I). The bottom part...
  2. C

    VBA: Three Methods to Create Form with SubForm Based on Table

    I want to create a form with subform based on table using VBA. I find three methods. The first is to create a form -- create a subform control on it --- set the subform control's SourceObject to be the name of the table. But I can not set the properties of allowadditions, allowedits, etc. The...
Back
Top Bottom