Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

  • Newbies

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!

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.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.