Row Sourcecommonly used to determine how to create a list of items, while Control Sourcedetermining which field will be used to store or retrieve a value. For example, Combo Boxyou have both properties. Row Sourcedefines how to create a list that the user sees when he clicks the down arrow. Control Sourcedetermines where to store the value that the user selects.
, , Cars, . . , BodyColor. (, , , , , ..). , , .
Combo Box, :
Control Source : BodyColor
Row Source : SELECT Colors.Name FROM Colors ORDER BY Colors.Name;
Row Source Type : Table/Query
Combo Box, Combo Box . , BodyColor.