Try a subform
What functionality do you want for the control?
If you want only to view the data, you could use a listbox to display the table data on a form.
If you want the functionality to edit, delete, add records you could display a form as a datasheet or continuous form.
Or if you want to edit, delete, add records in the control and you want to include other controls as well as the "Grid", you could build a datasheet form(suggested above) and then imbed it into another form as a subform.