--
I'm trying to create a main form (based on the Client table) and two subforms (based on the two other forms). I followed instructions found, and used the wizard. The wizards steps seem to go fine up until the point AFTER i add all the 3 tables and their respective fields...when I click <next>, it goes directly to the layout step. It SKIPS the step: "how do you want to view your form? Choose subform or linked", and creates a huge long form with a bunch of fields instead, no subforms.
I have no problems at all when creating a main form with just ONE subform using the wizard (I can create a main form and subform fine if it's just with the tbl_Client and tbl_Payment ..... or just the tbl_Client and tbl_Income).
Here's a brief rundown of my tables and specs:
I have 3 tables. tbl_Client, tbl_Payment, tbl_Income.
There is a one to many relationship between the tbl_Client (one) to tbl_Payment, and there is a one to many relationship between tbl_Client to tbl_Income. I've created the relationship already, joining the ClientID of the tbl_Client to the ClientID of the tbl_Payment (and as well, joining the ClientID of the tbl_Client to the ClientID of the tbl_Income) respectively.
I followed the help instructions clearly below:
Create a form with two subforms
The main form has a one-to-many relationship with the first subform, and the first subform has a one-to-many relationship with the second subform, and the main form contains both the subform controls
In the Database window, click Forms under Objects.
Click the New button on the Database window toolbar.
In the New Form dialog box, double-click Form Wizard in the list.
In the first wizard dialog box, select the table or query for the main form. For example, suppose you want to create a Customers form that has two subforms— an Orders subform and an Order Details subform. Select the Customers table
Note It doesn't matter which table or query you choose first.
Double-click the fields you want to include from this table or query.
In the same wizard dialog box, select the table or query for the first subform. Using the same example, select the Orders table ,and then double-click the fields you want to include from this table or query.
In the same wizard dialog box, select the table or query for the second subform. Using the same example, select the Order Details table, and then double-click the fields you want to include from this table or query.
When you click Next, if you set up the relationships correctly before starting the wizard, the wizard asks which table or query you want to view by. Using the same example, to create the Customers form, click By Customers.
In the same wizard dialog box, select the Form With subform(s) option.
Follow the directions in the remaining wizard dialog boxes. When you click Finish, Microsoft Access creates a main form with two subform controls. It also creates two other forms, one for each subform.
--
Thanks in advance for your help...I've been trying to fix this for over an hour now.
--
I'm trying to create a main form (based on the Client table) and two subforms (based on the two other forms). I followed instructions found, and used the wizard. The wizards steps seem to go fine up until the point AFTER i add all the 3 tables and their respective fields...when I click <next>, it goes directly to the layout step. It SKIPS the step: "how do you want to view your form? Choose subform or linked", and creates a huge long form with a bunch of fields instead, no subforms.
I have no problems at all when creating a main form with just ONE subform using the wizard (I can create a main form and subform fine if it's just with the tbl_Client and tbl_Payment ..... or just the tbl_Client and tbl_Income).
Here's a brief rundown of my tables and specs:
I have 3 tables. tbl_Client, tbl_Payment, tbl_Income.
There is a one to many relationship between the tbl_Client (one) to tbl_Payment, and there is a one to many relationship between tbl_Client to tbl_Income. I've created the relationship already, joining the ClientID of the tbl_Client to the ClientID of the tbl_Payment (and as well, joining the ClientID of the tbl_Client to the ClientID of the tbl_Income) respectively.
I followed the help instructions clearly below:
Create a form with two subforms
The main form has a one-to-many relationship with the first subform, and the first subform has a one-to-many relationship with the second subform, and the main form contains both the subform controls
In the Database window, click Forms under Objects.
Click the New button on the Database window toolbar.
In the New Form dialog box, double-click Form Wizard in the list.
In the first wizard dialog box, select the table or query for the main form. For example, suppose you want to create a Customers form that has two subforms— an Orders subform and an Order Details subform. Select the Customers table
Note It doesn't matter which table or query you choose first.
Double-click the fields you want to include from this table or query.
In the same wizard dialog box, select the table or query for the first subform. Using the same example, select the Orders table ,and then double-click the fields you want to include from this table or query.
In the same wizard dialog box, select the table or query for the second subform. Using the same example, select the Order Details table, and then double-click the fields you want to include from this table or query.
When you click Next, if you set up the relationships correctly before starting the wizard, the wizard asks which table or query you want to view by. Using the same example, to create the Customers form, click By Customers.
In the same wizard dialog box, select the Form With subform(s) option.
Follow the directions in the remaining wizard dialog boxes. When you click Finish, Microsoft Access creates a main form with two subform controls. It also creates two other forms, one for each subform.
--
Thanks in advance for your help...I've been trying to fix this for over an hour now.
--