Ndesaint Posted January 3, 2001 Posted January 3, 2001 Is it possible to display related fields, under condition one of these fields matches a given condition (=, <, >, ...)? Actualy I have members of a company, that I'd like to display with the company informations but only if they are still in the company (0/1 field). However, I'd like to keep these records and the company they used to belong to even if they go away... Thanx for help and happy new year! Nico
Kurt Knippel Posted January 3, 2001 Posted January 3, 2001 quote: Originally posted by Ndesaint: Is it possible to display related fields, under condition one of these fields matches a given condition (=, <, >, ...)? Actualy I have members of a company, that I'd like to display with the company informations but only if they are still in the company (0/1 field). However, I'd like to keep these records and the company they used to belong to even if they go away... Create the following field in your Company file: cCompanyStatus = CompanyID & "-" & "Active" Create the following field in your Contact file: cCompanyStatus = CompanyID & "-" & Status Here Status should be another field which is a checkbox to indicate whether they are active with that company or not. Set your relationship and portal for the cCompannyStatus field and you will only show contacts for that company where the Status field is set to "Active". ------------------ =-=-=-=-=-=-=-=-=-=-=-=-= Kurt Knippel Consultant Database Resources mailto:[email protected] http://www.database-resources.com =-=-=-=-=-=-=-=-=-=-=-=-=
Recommended Posts
This topic is 8995 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