S stu_c Registered User. Local time Today, 15:24 Joined Sep 20, 2007 Messages 494 Apr 6, 2017 #1 Hi all anyone know a VB code so when a report loads it automatically print off what is on the screen, struggling to get it working
Hi all anyone know a VB code so when a report loads it automatically print off what is on the screen, struggling to get it working
Ranman256 Well-known member Local time Today, 10:24 Joined Apr 9, 2015 Messages 4,354 Apr 6, 2017 #2 what do you mean load? the print preview? if so, just put 2 statements...(in macro or vb) docmd.OpenReport "myReport",acViewPreview docmd.OpenReport "myReport"
what do you mean load? the print preview? if so, just put 2 statements...(in macro or vb) docmd.OpenReport "myReport",acViewPreview docmd.OpenReport "myReport"
S stu_c Registered User. Local time Today, 15:24 Joined Sep 20, 2007 Messages 494 Apr 6, 2017 #3 No I mean on report "on load" I want it to automatically print what is there off? It's a strange thing I know but need it to do it
No I mean on report "on load" I want it to automatically print what is there off? It's a strange thing I know but need it to do it