I hope it's called report, in dutch it's called like that anyways.
Thanks for any feedback.
its in vb.net btw
This post has been edited by gulch: 03 March 2007 - 06:55 AM




Posted 01 March 2007 - 08:53 AM
This post has been edited by gulch: 03 March 2007 - 06:55 AM
Dream Kudos: 1250
Expert In: Java/C++
Posted 03 March 2007 - 05:44 AM
DoCmd.SelectObject(ObjectType:=.acReport, ObjectName:="Employees", InDatabaseWindow:=True) DoCmd.PrintOut(PrintRange:= acPrintAll, Copies:=2, CollateCopies:=False)
OpenReport(ReportName:="Sales", View:=acViewNormal)
Posted 03 March 2007 - 06:53 AM
This post has been edited by gulch: 03 March 2007 - 06:55 AM

