Jump to content

use a value list to find records


tomp

This topic is 6207 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 6207 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.