Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying my recordset??

Status
Not open for further replies.

DoDo1975

Technical User
Jun 4, 2002
18
CA
I would like to display my recordset that I have opended using a QueryDef.OpenRecordset in Access. Ideally I would like it to be displayed in a table like format(query like). I just want to either dump the records into a table, or display like a table.

This should be easy but I cant figure out how to do it. Any help would be appreciated.
 
Make it the record source in your continuous form.

Me.RecordSource = QueryDef.OpenRecordset
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top