Okay, got a new one for ya. I've been unsuccessfully fiddling with this for a while, but hopefully you'll know a quick fix.
Here is the structure of my ordering system::
Main menu [click on "products"] -->
products_list (filtered by products available to customer via cust_ID) [click on "order"] -->
order_list (filtered by product_ID) [click "add product"] -->
order_add ...etc...
The problem is that I would like the customer to see all of their current orders on the order_list page, no matter what product they have currently selected. It needs to be filtered by cust_IDinstead of product_ID, which is the default due to the relationships.
I've worked with the security settings for the order table, but it still seems to only show orders that have the same product_ID, rather than cust_ID.
Thanks in advance once again for any help...