View Full Version : Displaying a recordset on a subform


majette97
07-12-2001, 08:49 AM
How can I get a recordset to display on a subform???

Any assistance is appreciated
Thanks!

majette97
07-13-2001, 07:09 AM
Can any assist with explaining or giving sample code on how to display recordset values on a subform???

Thanks!

D-Fresh
07-13-2001, 07:37 AM
Create a seperate form with the recordset on it, the way you would like the subform to look. Then use that form as the source for the subform. Hope this is what you're looking for.

Doug