Adjust margin with vba code?

Matrix_zero

Registered User.
Local time
Today, 15:56
Joined
Jan 26, 2005
Messages
64
I know in access 2003 i can use:

printer.leftmargin = 0

but in access 2000 there is no printer object. Is there a way of setting the margin with vba from access 2000?
 
Check out PrtMip. I have never used it, and I don't know if it is available in 2000.
Pretty weak reply, I know, but that's the most promising thing I could find.
 
What is that?

What is that? How does it work?
 
Go to the VBE and type PrtMip in the help block. Read.
 
I can only fine example code for PrtMip used in printing or setting reports. And it seems like there is a problm running this in a access runtime enviorment.
 

Users who are viewing this thread

Back
Top Bottom