RodM Posted November 13, 2009 Posted November 13, 2009 dateEntered ...Auto enter acct ...1000 ////mother Account last_name ...Smith ////child Clients We create accounts stuffing patients under In a portal, we have a client list of lastnames sorted by date In each acct# has 1 record--the lastname default is "Office" In a portal..i am trying to Exclude records = "Office" Seems simple..
dstuchbury Posted November 14, 2009 Posted November 14, 2009 If I understand correctly, this is quite simple to do. This is how I'd do it... Create a field in the parent table called "z_Office" for example, make it autoenter the word "Office". In the relationship between the parent and child tables, add a "not-equals" relationship between your z_Office and last_name fields. You'll need to set the z_Office field's value to your existing records by placing the field on the appropriate layout, and using the Replace Field Contents command - inserting "Office" in the calculation box. You then won't see records where the 'last_name' is "Office" in your portal. Hope this is clear, and helps. Regards, Dan
Recommended Posts
This topic is 5545 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