Create Table Relationship from Existing Values
I have a "definitions" table and a "citations" table.
One citation can be related to many definitions.
The data for both was populated by importing from a spreadsheets.
The Definition table has a "Citation" field with a short version of the citation.
The Citations table has an "ID" field that provides the same format used as the Citation field in the Definition table.
I would like to relate the Definitions to the citations by matching the Citation field in the Definition table to the ID field in the Citations table.
I can't figure out how to do this using a Table‑to-Table relationship.
Is there a fairly simple solution that will enable me to do this in QuickBase? Or am I going to have to manipulate in Excel with vlookups to associate a citation record ID with each definition record and do an update import?
------------------------------
Paul Easton
------------------------------