subforms
subforms
- page 157, Allison Balter -- when using the forms wizard
to create a new form, there is the option of creating sub-forms
- filtering after jumping from form to form using the button?
- page 157, Allison Balter -- when using the forms wizard
to create a new form, there is the option of creating sub-forms
- 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
- source object
- link child fields
- 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
return to top