Populate a datagrid

D

DSTDIVA3

I am having trouble populating my datagrid. I have a form that displays the
results from a query. When I get to "Set dgSearch.DataSource = recSet", I
get an error "Object required". My recSet is ADODB. What am I doing wrong?
Are there any other suggestions on taking another route of displaying my data
in a table on a form? If so, how?
 
Top