I would like to convert an existing database to Airtable. For example a scholarship fund application in another desktop RDB. Lets assume we have 2 tables, to keep it simple for now.
All tables have integer primary keys and are linked to integer foreign keys:
-
Donors
PK
LastName
FirstName
Etc… -
Donations
PK
Donor_id. (FK to Donors)
Date
Amount
Etc…
Now those 2 tables have many records in it with existing PK/FKs
I know I can import them via excel but how van I link them an allow new records added in Airtable so that airtable creates new PKs
Thanks
Peter