I have 2 tables and 2 corrisponding forms. I did the access magic and dropped form2 into form 1 to create from 1 with a subform (relationship one to many)
table 1 is EMPLOY INFO w/ BADGENO key
table 2 is SUMMONS w/BADGENO key
The subform (SUMMONS) might have several records associated with one Officer
What I want to print is infromation from EMPLOY INFO and one subform record together.
When officer has a new SUMMONS record entered, then I'd want to print the NEW report w/ the new SUMMONS record.
So, I did not like the Record Wizard results so I tried to create my own by makeing a Query with
both EMPLOY INFO and SUMMONS tables together called PED ENFORCEMENT.
I put a command button on the EMPLOY INFO form to print but it didnot print the records(EMPLOY INFO and SUMMONS) that I was viewing.
Hope you understand what I need, can I do it?
table 1 is EMPLOY INFO w/ BADGENO key
table 2 is SUMMONS w/BADGENO key
The subform (SUMMONS) might have several records associated with one Officer
What I want to print is infromation from EMPLOY INFO and one subform record together.
When officer has a new SUMMONS record entered, then I'd want to print the NEW report w/ the new SUMMONS record.
So, I did not like the Record Wizard results so I tried to create my own by makeing a Query with
both EMPLOY INFO and SUMMONS tables together called PED ENFORCEMENT.
I put a command button on the EMPLOY INFO form to print but it didnot print the records(EMPLOY INFO and SUMMONS) that I was viewing.
Hope you understand what I need, can I do it?