i dont know if the Title fits the question but i didnt have any other word for it
well here we go hehe first of all hello
i just started using Access and im kinda new at it so hope to learn alot from you all 
Well lets start with my question i have Documents in my word file i want to use as reports when i copy the word page and paste it to the Report design view it pastes perfectly (sometimes smaller or its just my imagination) but still looks good but when i print it the document that gets printed is much smaller than the page itself how do i fix it and make it match the A4 page? i think i tried everything coz i remember clicking every button possible hehe
and another thing i have this code
what command i need to use to print it straight away instead of viewing it
or can i use the filter with a code by itself and then just use the DoCmd.PrintOut command after it?
well here we go hehe first of all hello


Well lets start with my question i have Documents in my word file i want to use as reports when i copy the word page and paste it to the Report design view it pastes perfectly (sometimes smaller or its just my imagination) but still looks good but when i print it the document that gets printed is much smaller than the page itself how do i fix it and make it match the A4 page? i think i tried everything coz i remember clicking every button possible hehe
and another thing i have this code
Code:
DoCmd.OpenReport , acViewPreview, , "[FirstName] = '" & Me.ComboTest & "'"
or can i use the filter with a code by itself and then just use the DoCmd.PrintOut command after it?