Not sure I've ever heard of using powerpoint to connect to a db, but you could...hyperlink to a web page within your presentation and connect to the database like so...
VBA provides a mechanism for talking between two different applications such as PowerPoint and Access. It's called Automation. From a Powerpoint slide, go into VBA (Alt + F11). Reference Access by clicking on Tools then References and place a check next to Microsoft Access 9.0 Library or whatever version you have. Click OK. You can then use code that uses the Access objects and methods to extract data if you want. This is quite a bit of programming. The best thing to do is buy a book on Microsoft Automation.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.