Need help with my database

Hi guys I have a problem on a project i am working, so i have data-types called properties and units stored in my database. I nested the unit data type into my properties data type, also created a form for creating units and properties separately. Since the units is nested into my properties every units i create as to be under a particular property but i am having problem referencing the unit i created to a particular property.

If I understand correctly, you may need to start with type Property, and then refer to This Property’s Unit (and then set proper filters to locate the Unit in question) if you’re using it to list data into a group, instead of trying to locate a Unit by itself.

1 Like