I wish to import from Excel data a list of people who joined a course into a
linked grid that I opened with a button (gridname "courses", with a button "names"
that opens the linked grid "subscribers").

I want to autocomplete all the linked fields, like if they were created with the "new record" button, that does exactly this.

If I leave blank those fields, they are imported, but then don't appear (correctly)
in the grid, because of the query the grid is based on.

The only way I found until now is:
- enter manually one subscriber
- export data to Excel
- use their linked fields for filling corresponding columns in the subscribers list (courseID, instructorID, date, place, courselevel)
- import this new Excel file into the grid

and everything works ok. But there must be something better!

Any Clue?