print form

  • Thread starter Thread starter geebee
  • Start date Start date
G

geebee

hi,

i have the following print code which works in excel, but i am trying to
figure out how to modify it to work in access to print a form:

ActiveWindow.SelectedSheets.PageSetup.Zoom = 80
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True

thanks in advance,
geebee
 
Back
Top