What is an Access Subform control converted to in Visual Basic?
An Access Subform control is converted to a Data Grid control if its DefaultView is set to a DataSheet. An ADO Data Control is created automatically for each DataGrid control. You will need to set the DataSource property of the DataGrid Control to the appropriate ADO Data Control to display the DataGrid’s data.