Say I have an undetermined amount of records returned from a query.I want to create textboxes, checkboxes, etc. on the fly for the correct number of records. Is there a way to place controls on a form at runtime without having to pile a buch of invisible ones on form and then making them visible. The result would be like the data repeater control, but I only have the option of DAO. I think the data repeater only works with ADO.