On Sat, 5 Feb 2005 19:16:34 +0100, "Shiva" <(E-Mail Removed)>
wrote:
>Isn't there a way to display both the mainform and the subform as a grid? I
>would suprised if this is impossible!
You can (if you insist!) set the main form's view to Datasheet and set
its Subdatasheet property to the name of the table you want to see as
a subdatasheet (if you have A2000 or later).
What would you like to see if you had 2473 records in the main table,
with an average of 9 related records each? 24730 lines on the screen?
An alternative is to have two side-by-side correlated subforms,
preferably in Continuous view (rather than the rather inflexible
datasheet view); search for "correlated subforms" on
www.mvps.org/access for an example of how to do so.
John W. Vinson[MVP]