Showing more than one record

Yes, very similar to what I have in mind.
How did you do that?
That's a Continuous Form, which Mihail offered you about 13 posts ago. Size it so you get six records on the same screen.

Understand that this will not let you ENTER all six simultaneously (though you can flip between them at will). If you think you need to do that, I suspect you need to restructure your database, because six identical records is usually a sign of bad design...
 
Hi guys.
I am thinking to one more (complicated) approach, based on JHB's idea (a temp table).

A single form with 6 identically subforms and, of course, code in order that the first subform to point on first record (in that temp table) the second subform on second record and so on.

I think that is even possible to use a regular table in order to achieve this.

I'm sure that is doable but not so sure that the results are comparable with the amount of work.
 

Users who are viewing this thread

Back
Top Bottom