W weircolin Aug 31, 2006 #1 Hi Is it possible to open two reports by only clicking one button? Thanks Colin
N Nick 'The database Guy' Aug 31, 2006 #2 Hi Colin, Yes it is possible. In the code behind the button, just add Docmd.OpenReport "Your Report Name", acViewPreveiw Good luck, Nick
Hi Colin, Yes it is possible. In the code behind the button, just add Docmd.OpenReport "Your Report Name", acViewPreveiw Good luck, Nick
W weircolin Aug 31, 2006 #3 Thanks Nick Colin said: Hi Colin, Yes it is possible. In the code behind the button, just add Docmd.OpenReport "Your Report Name", acViewPreveiw Good luck, Nick Click to expand...
Thanks Nick Colin said: Hi Colin, Yes it is possible. In the code behind the button, just add Docmd.OpenReport "Your Report Name", acViewPreveiw Good luck, Nick Click to expand...