Hi guys, I'm just trying to get to grips with tabbed forms. I am trying to create a simple way for users to review related records.
Lets say I have a tables for customers, orders and deliveries with 1:many relationships of C:O and O
I want to create a tabbed form that allows the user to scroll through the customers, then move to page 2 and scroll through the orders for the customer selected on page 1, then move to page 3 and scroll through the deliveries for the selected order.
I add fields on page 1 bound to table tblCustomers. I add fields to page to bound to tblOrders and Access asks for the relationship between records on page 1 and page 2 (answer = 1 record on page 1 = many records on page 2, joined field is CustomerID). When I do this, the default record shown on page 2 does indeed belong to the customer selected on page 1, but when I scroll, the records are not filtered to only those orders for the selected customer.
I cannot see in the properties how to do this.
FYI I am using Access 2007 for development, but would like to deploy the application as 2003 so don't want to use any 2007 only tricks.
Thanks in advance
Obiron
Lets say I have a tables for customers, orders and deliveries with 1:many relationships of C:O and O

I want to create a tabbed form that allows the user to scroll through the customers, then move to page 2 and scroll through the orders for the customer selected on page 1, then move to page 3 and scroll through the deliveries for the selected order.
I add fields on page 1 bound to table tblCustomers. I add fields to page to bound to tblOrders and Access asks for the relationship between records on page 1 and page 2 (answer = 1 record on page 1 = many records on page 2, joined field is CustomerID). When I do this, the default record shown on page 2 does indeed belong to the customer selected on page 1, but when I scroll, the records are not filtered to only those orders for the selected customer.
I cannot see in the properties how to do this.
FYI I am using Access 2007 for development, but would like to deploy the application as 2003 so don't want to use any 2007 only tricks.
Thanks in advance
Obiron