the final file should look like this:
"hdr","john",2,02/14/1989,"manager","ny"
"dtl","eric",06/04/1989,"john"
"dtl","lisa",11/15/1995,"john"
with what you are proposing, this is what access will do:
"hdr","john",2,02/14/1989,"manager","ny"
"dtl","eric",,06/04/1989,"john"...