The Open Source Swiss Army Knife

/windows/access/
/windows/access/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /windows   /access 
Permalink: subforms.htm
Title: add
article options : please login   |  print view

subforms

  1. subforms
  2. 2:01Jun23
  3. 5jun23
  4. boiler plate objects
  5. dialog boxes
  6. subroutines
  7. frmNew

subforms

  1. page 157, Allison Balter -- when using the forms wizard to create a new form, there is the option of creating sub-forms
  2. filtering after jumping from form to form using the button?
  3. page 157, Allison Balter -- when using the forms wizard to create a new form, there is the option of creating sub-forms
  4. A subform can be created either with the subform wizard (pg. 158 Balter) which is found in the toolbox

2:01June23

get the properties for a subform by clicking the "windows separator bar" which is between the two forms and makes their sizes adjustable.

Looking for therein

  1. source object
  2. link child fields
  3. link master fields
(these are described pg. 160 BAlter)

5jun23

automatic saving: balter, pg. 166

boiler plate objects

pg. 167 balter: shows how to sum up various subforms

dialog boxes

This is dealt with in Microsoft Acess proframming in 3 days on pg. 386, the entire chapter on "creating search dialog box forms" is on ... DIALOG BOXES!!!!!

  • other things from vbe:
    private sub cmdOK_Click()
    	me.visible = false
    end sub
    
    private sub cmdCancel_click()
    	DoCmd.runcommand acCmdUndo
    	DoCmd.close
    end sub
    

    Leave a Reply
    Your Name:     anonymous
    Your Email:
    Website:  
    Comments:

    The author will be notified of your reply.
    return to top