Can anyone help... i've created a new tab control with several pages and want to know how i can use information from one table on one page and and information from another table on another page... doe this make sense ?
Create a separate subform on each page with its own record source of the relevant table. These subforms will have to relate to the main form in some way either using the child parent relationship or filters
Originally posted by dlowry
Can anyone help... i've created a new tab control with several pages and want to know how i can use information from one table on one page and and information from another table on another page... doe this make sense ?
Comment