Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Powerpoint and DBs

Status
Not open for further replies.

TheConeHead

Programmer
Joined
Aug 14, 2002
Messages
2,106
Location
US
Can powerpoint incorporate a database? meaning, like with a web page can you connect to a db and make use of its records?
 
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.

Neil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top