I don't know if this can be done but if someone could point me in the right
direction it would be appreciated:
I have several tables that track history information and are all linked to a
single record in a master table.
Using ADO can I link several datagrids to a single record in a recordset and
then scroll through those records and the datagrids update accordingly?
(Similar to a Master\Detail Form but with multiple details)