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

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

Recommended Posts

  • Newbies
Posted

I have several inspectors who inspect residential septic systems three times a year.  I need to find the property ids for the inspections where the property id is the same, the date is greater than 9/30/12, but the inspector is different in the two inspections that will show up for each property id.  I can import, export, add fields or whatever I need to do.  I am the administrator of the database so anything goes.

 

Thanks!

Posted

If you create another table occurrence of the inspection table keyed on

 

Inspect::property_id = Inspect 2::property_id

Inspect::date_inspect <= Inspect 2::date_inspect

 

 

You can then find records > 9/12/2012 in your Inspect::date_inspect field.

 

Then you should be able to run a quick script that loops through your records and checks if there are more than 1 different inspector on the property_id.

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