I have a multipage form in which the data will be exported to XML. When
the data is imported to Access, each named subform becomes a table
within the database. My problem is that I have some data groups which
need to be split, ie one section starts on Page 2 and continues onto
Page 3. I tried giving both subforms the same name, but the second
section gets dropped. I had to wrap each section in its own subform with
different names and then the data is imported as 2 separate tables and I
would rea...