I'm trying to setup a database that has multiple page tabs to disply information held in multiple tables.
Each table has a common PK that appears in every table for each Customer. I would like to be able to setup a search box in the first page tab to search for a specific Customer ID and then
click on each tab to view the details relating to the searched key. So for example search on a known Customer ID and then click on the Customers Tab, Customer orders Tab, Customer payments Tab, Customer Returns Tab and see each record without having to search again. Any help / advice would be most welcome.
Thanks