I am setting up a database for the project I am in, hoping to analyze progress better. Initially I am focused on bait station records. I have found the following csv exports: “Bait station records total”, “Bait taken”.
I see that bait stations have a unique ID (nid) and a non-unique ‘Code’. In fact we have multiple instances where the same Code is used for different bait stations.
“Bait taken” has coordinates (useful if moved), but not Date
“Bait station record totals”: has Date but not coordinates.
Neither has ‘Bait remaining’.
Neither has the unique Bait station ID (NID in “Bait station type”) - which means I can’t reliably link the record to the correct bait station.
Would it be possible to have a new report (or change one of the existing) that includes the combined fields of “Bait station records total” and “Bait taken”? And also include:
- RecordID - Unique ID for the bait-taken record
- BaitStationID - FK to “Bait Station Type”.NID
- BaitRemaining - useful when finding data-entry errors
With thanks ![]()