I'd asked a technical support person for some help and they forward me the following text:
In the desktop database, create two views (a.k.a. "queries"
, FOO_A and FOO_B, both built on top of FOO. The FOO_A view (query) would have four fields:
OID - derived from OID_A
Name - derived from Name
Age - derived from Age
TIMESTAMP - derived from TIMESTAMP_A
The FOO_B view (query) would have four fields:
OID - derived from OID_B
Name - derived from Name
Age - derived from Age
TIMESTAMP - derived from TIMESTAMP_B
What I'm not sure how to do is create a query with a field name "derived" from a different field in a table.
Such that when I open the query, the variable name is OID but the data is from OID_A or OID_B
In the desktop database, create two views (a.k.a. "queries"
OID - derived from OID_A
Name - derived from Name
Age - derived from Age
TIMESTAMP - derived from TIMESTAMP_A
The FOO_B view (query) would have four fields:
OID - derived from OID_B
Name - derived from Name
Age - derived from Age
TIMESTAMP - derived from TIMESTAMP_B
What I'm not sure how to do is create a query with a field name "derived" from a different field in a table.
Such that when I open the query, the variable name is OID but the data is from OID_A or OID_B