Access doesn't use the data control like in VB6. It has its own built-in data control (bind a table or query to the form, like David said, and you'll see.).
To bind a form to a table or query you to to the form's CONTROL SOURCE and select the appropriate one, or type in a valid SQL Select statement. Then you set each control's Control Source to the appropriate fields.