Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

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

Posted

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

=-=-=-=-=-=-=-=-=-=-=-=-=

This topic is 8710 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.