Hello everyone and thanks for looking at my post.
I have a scenario where I need to use the Collector or ArcGIS app for data collection. Essentially what I'm struggling to figure out is how to set up my database, subtypes and domains.
Software: ArcMap 10.2.2, ArcGIS for Server 10.2.2, and full SQL Server.
Question: I currently have a point feature class with a number of fields but I'm primarily concerned about two. What I'd like is when the user goes to add a feature they fill out {field 1} from a drop down menu and based on what is selected in {field 1}, {field 2} produces the available options in a drop down menu. How would I go about setting this up?
Example: Say for instance {field 1} has domain values of Months and First Names and {field 2} has those values. If I choose Months from {field 1}, my available options in {field 2} are Jan, Feb, March, etc. If I choose Name from {field 1}, my available options in {field 2} are now Bob, John, and Mary.
Any help would be greatly appreciated, thanks in advance.