I just upgraded to FM 7 and it's like I'm in a foreign land...
I've got 2 tables:
Fossils- fossil id; fossil name; location id
Locations- location id; city; county; state; country
I have a relationship (=) between Fossils::location id and Locations::location id
Fossils::location id is a lookup to Locations::location id
On my fossils layout I have the fields from the Fossils table and a portal containing the city, county, state and country fields from the Locations table.
I want to be able to type the city, state, etc. into the portal, and then have the lookup copy the correct id into the Fossils::location id field. I want the lookup to be looked up when all location fields match (city, county, state, country)a location in the Locations table, and I want a new Locations record to be created if they do not match.
Do I need to create another TO of the Locations table in the relationships graph , then do a multi-criteria match using those fields? This seems like an exceedingly simple task, but everything I've tried seems to fail in one way or another...
Thanks in advance for the help!
Jake