S Stanley Jul 2, 2009 #1 I would like to print an ACCESS mdb report from the visual basic frontend ( not from inside ACCESS). Is there a way to do this?
I would like to print an ACCESS mdb report from the visual basic frontend ( not from inside ACCESS). Is there a way to do this?
G Graham Mandeno Jul 2, 2009 #2 Hi Stanley No, you can't do this except from 'inside' Access. However, you can get inside Access with COM automation. For example: Set AcApp = CreateObject("Access.Application") AccApp.OpenCurrentDatabase ..... AccApp.DoCmd.OpenReport ...
Hi Stanley No, you can't do this except from 'inside' Access. However, you can get inside Access with COM automation. For example: Set AcApp = CreateObject("Access.Application") AccApp.OpenCurrentDatabase ..... AccApp.DoCmd.OpenReport ...