Fixing Reports

Hakutabe

New member
Local time
Today, 02:28
Joined
Jul 10, 2013
Messages
6
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 :D
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 & "'"
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?
 
DoCmd.OpenReport , , , "[FirstName] = '" & Me.ComboTest & "'"
 

Users who are viewing this thread

Back
Top Bottom