Problem with FORM

P

Patrick Carbonneau

I have created a single FORM with lots of fields that contains records. The
problem I have, I needed to create lots of box of fields over several pages
for a singe customer information.
 
R

RBear3

I assume your form contains ONE RECORD, not RECORDS as your post indicates.

If I understand, you would like to break the various fields up into smaller
logical chunks?

If I were you, I would add a tab control (it is one of the standard
controls) and then put the various controls on two or more tabs. I've found
that it looks nice to have the basic data at the top of the screen (on the
main form) then the associated data on a tab control near the bottom of the
screen.
 
Top