| ||||||||||||
|
How To Open Email Using SendObject Access Example Download Send Email Access Sample Download (Advanced) Programming MS Access Security Alternative Inventory Calculations Down Load ( Single User) How To Perform Inventory Calculations (Multi-User) Make Dependent Combo Box Code Access Database Download How To Fill Fields From Combo Box Use Global Variables as Parameters Download Continuous Form Dependent Combo Box How To Program Continuous-Continuous Master/Detail Forms Download Example for Bar Chart/ Bar Graph on Access Forms Programming Crosstab Query Example TransferText & OutputTo Examples DoCmd.OpenForm & OpenArgs VBA Example |
Master-Detail Continuous Forms Example
Displaying multiple master form records while at the same time displaying
multiple detail records requires a bit of a trick when programming forms.
If you try to set the master form as continuous you will usually get an error
saying it must be a single record form when you have a detail form set to
continuous records.
I'm not sure what the big deal is that causes Microsoft Access to try to prevent the continuous-continuous master-detail form setup. However, the problem is easily overcome as demonstrated in our downloadable Access example. There are two basic setups for the detail continuous form. The first is to place the detail form in the footer section of the master form. The second setup is to place the detail form at the same logical level as the master form. In this second case you'll need to have a blank form on which to put both the master and detail forms - this is the standard setup when using a tabbed interface so it isn't a big deal. In our downloadable example we demonstrate both methods - inside the main form and outside the main form. Note the visual basic code which has different requirements for each method. Are you ready to download our Microsoft Access Continuous-Continuous Forms demo? |
|
|
Access Database Examples • Microsoft Access Templates • MS Access Tutorials |