I have a point feature class in my local SQL Server Geodatabase like so:

I want to store points based on each district and location (district being the area and location being the point in the area) and in that point I want my fieldworker to be able to add data daily using field maps (so I suppose a new record each day).
My goal is to be able to pull monthly reports from this data but for now I'm just trying to figure out how I can add multiple records in a singular point in the layer? Can anyone point me in the right direction?