In some database software like Filemaker, data in .csv or spreadsheet format can be imported into the database from a form/layout view to update existing records, rather than create new records. This is achieved by selecting identical fields in both source and destination to use as a match, then selecting which fields to actually import into the database.
For example, I have a .ods with several columns of data, one of which is identical to a column of data in my .odb table. I want to match those identical fields against one another, and then import the the data from the .ods to overwrite the contents of one or more fields in the database table.
How can this be achieved in Base?
Thanks.