Thanks for the help and patience, I can see I am doing a poor job of explaining my problem.....
I think the root of my problem I cannot save the selected or data entry information the user submits. Thus I cannot link a report or query to a table, nor print, because the information the user submits is not being saved anywhere. I truthfully think that if I can figure out how to save the form everything else will fall into place. And believe me I have tried!
The main form and sub-form 1 are based on tables 1 and 2 that are linked by a Number. The sub-forms 2 and 3 are based on a seperate table (3) that is not linked to table 1 and 2, but the user chooses important information relating to the main forms and needs to save to refer back - make a brand new record. I am using a combo box to populate the main form and sub-form 1 with the identifying information. That works well, except when I try to change the row source and control source to allow a save nothing works.
So then I tried to insert a save button, and tried everthing I could to get that to work -but it won't.
I thought perhaps the reason I cannot save is because my two tables weren't linked? Or perhaps there is save button code that I obviously don't know. I guess I want access to take a snapshot of the data entered, and save it to a brand new table. Am I asking too much?