tomp Posted April 23, 2007 Posted April 23, 2007 Can I use a value list to find a set of records? E.g., finding all records in a table where field x is equal to one of the values in the list? What would that look like? TIA
Raybaudi Posted April 23, 2007 Posted April 23, 2007 Yes, you can. If you want only to see those records you need to have: 1) a global text field wich hold the list 2) a portal into your Main Layout that shows record by relationship: YourTable::gTextField = YourTable2::field x
tomp Posted April 23, 2007 Author Posted April 23, 2007 That's great if I want to 'see'. But I need to 'find' so that I can do a replace. With the 'see' solution I believe I would have to use a 'loop' through the portal entries. OK, but not very elegant! Is there a way to use the global text = value list in find mode? Thanks.
Recommended Posts
This topic is 6424 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