I'm hoping you mean résumé and not resume (reserved word...)
What I would do for the form is separarte the major sections of the résumé onto tabs:
Objective
Qualifications/Certifications
Work History
Education
Whatever
When you are gathering a lot of data that will write to the same table, slicing it into more manageable chunks will make it much easier for your user to navigate and less overwhelming as far as the number of items displayed on any given page.
Also, you might consider using a separate table to gather like information for each section with data where you will have more than one line item. For instance, the work history section is an ideal candidate for a subform to display detail information.
While we are at it, are you sure you want all of this information in the same table?
I would have a Candidates table with contact information and a key called CandidateID (or something similar) and each of my major sections of the résumé would be linked tables showing detail information.
I.E. a one to many relationship between Candidates table and the Education table linked on the CandidateID.
If this makes no sense, I won't be surprised
![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
and would be glad to clarify...
Tom
Live once die twice; live twice die once.