So we have a sort of "Edit" form. Where based off a unique hidden ID we are pulling in a bunch of information out of a database. We want the fields to pull the existing data, but also have a list of the choices and we cannot quite seem to get it. For example, we are just testing a Race field. We have a race table with choices. When I hook it up to the dropdown in forms, everything is fine.
I also want to put what the existing race choice is when you are on the form for the person. So if I key in the ID of a person who is White it auto populates as such (this works)
Now comes to the part where we want both. We want the existing Race to show, but when they click the dropdown, only to show the choices from the table. No matter the order we always seem to just get the existing Race with nothing in the dropdown:
Anyone know how we could accomplish this? Again, basically it is an edit form. Pull over the attributes of the person and be able to change them. But only change them to values that are stored in a list.
Lookup Rules:
Then to a different view with no condition:
Thanks!