TheWebDataGuy
MIS
I have posted this problem before but no one replied. I have already spent many hours figuring this out with no luck. May be I could not explain it to you guys. I will try again:
I have to create a mail merge from an Access form. That form is a combination main form/Subform. Main form has a FileID (as primary key) and gives details of that File. The subform list the names of people associated with that file(FileID + StaffID is the composite PK there).
Users want one letter per FileID that will contain information on ALL the names (StaffID) associated with that FileID. Now once the users filter the data in the form, they export it in excel format to be used for mail merge. This exported data unfortunately contains information on the Main Form ONLY. Names (StaffIDs) in the subform are not exported.
My last resort seems to be denormalizing the database itself! (FileID, StaffID1, StaffID2, StaffID3.....)Its such a stupid thing to do for a database designer but I am running out of choices here!
I would appreciate your help.