monsnow Posted December 3, 2004 Posted December 3, 2004 Hi, I have several layouts based on one table related to about 5 others. The main table contains 150k records, I do a search for what I need and 'move' it to another layout. This layout contains about 200 records, but I only want to work with around 15 or so that are 'active'. What is the best way to approach this? Thanks, Michael
Vaughan Posted December 3, 2004 Posted December 3, 2004 Perform a find? Layouts do not contain records: layouts display fields from tables. Each layout is associated with one table (or to be completely acurate, one Table Occurance or TO) and it's the associated table that has records in it.
transpower Posted December 3, 2004 Posted December 3, 2004 Add an activity field (flag) to the second table. Set the 15 active records to "active." You can perform a find script so that only the active records are displayed.
Recommended Posts
This topic is 7352 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