This tutorial shows how to create an import to add new products from a supplier to the Products table.
It can be found in the MyImport demo database:
Start > All Programs
> Import and Validate > MyImports.mdb

In the Import an Validate form the Select Source Table tab gets focus.

After selecting the source table, the Select Destination Table tab gets focus.
We now want to select the Destination Table, in our case table Products. The reason there is a button instaed of a selection combo box is that it is possible to distribute the Source records data over multiple destination records.

The [Select Destination Table] dialog appears

In the transfer pane, an initial matching is done of Source and Destination fields.

Difficult to miss is the orange bar in the SupplierID row. The orange bar indicates there is something wrong with the value that would go into that field. The reason here is simply that a value is required for SupplierID. This can be seen of you switch to the [Start Import]tab and look at the yellow [Comments] text box. If you open table Products in design mode you will see field SupplierID has property Required = Yes. CategoryID does not turn orange because it is not a required field.
The orange bar dissappears - you will be able to import the records now.
Notice the progress bar and counters.

[ 8 ]: 8 records to process
[ 0 ]: 0 records processed successfully