Form/Sub-Form not working right

WillM

Registered User.
Local time
Today, 06:25
Joined
Jan 1, 2014
Messages
83
I have a table with Program names in it, and a subform that contains notes about the program.

If it were working perfectly, the report would look like this:

Program 1
-Date
-Notes

-Date
-Notes

(where all notes are under the program 1 entry)

Instead, I get a complete new record when a new note is added on the subform, so the report looks like this:

Program 1
-Date
-Notes

Program 1
-Date
-Notes

I cant figure out how to fix it. The user of the db will have upwards of 40 programs and currently, the subforms are forcing close to 400 pages of printing as opposed to the 40 it should take.

I can provide the database with test data if someone would like to take a look at it. I dont know what else to do with it and I am still in the novice stage of everything.

Hopefully I explained this fairly well.

Thank you.
 
The report also needs a subreport structure.
 

Users who are viewing this thread

Back
Top Bottom