MnR Posted January 29, 2005 Share Posted January 29, 2005 hi, As people suggested repeats used to store data is not a good idea, now my setup has changed from having repeats to a 1 to many table relationship between customers and orders. Basically a customer can place 5 "active" orders, now once they are cancelled they need to be still kept in the database. So i need a way to only show the active orders and filter out the canceled orders. MnR Link to comment Share on other sites More sharing options...
RalphL Posted January 29, 2005 Share Posted January 29, 2005 You will have to use another relationship for your portal. Make it indential to normal relationship and then add an "AND" Yes <> Cancel. Yes is a field = "Yes", <> is not equal. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6625 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now