Jun 26, 2008 #1 jasriel Programmer Jun 26, 2008 1 US I know how to display a Web page on an Access Form. I can't for the life of me figure out how to do the same thing for a report. Any ideas at all?
I know how to display a Web page on an Access Form. I can't for the life of me figure out how to do the same thing for a report. Any ideas at all?
Jun 26, 2008 #2 ZmrAbdulla Technical User Apr 22, 2003 4,364 AE On a report or form? on report not possible (AFIK) If it is form then Form design view > Insert > Activex > Microsoft WebBrowser Then on load of the Form Code: Me.WebBrowser1.Navigate "http:\\www.google.com\" ________________________________________________________ Zameer Abdulla Help to find Missing people Upvote 0 Downvote
On a report or form? on report not possible (AFIK) If it is form then Form design view > Insert > Activex > Microsoft WebBrowser Then on load of the Form Code: Me.WebBrowser1.Navigate "http:\\www.google.com\" ________________________________________________________ Zameer Abdulla Help to find Missing people