Powerpoint (2007) and datasources

R

redtux

Does powerpoint have any concept of data-sources (preferably SQL/Access)

Basically I have to produce regular pp reports from a variety of
datasources, but which always need to look the same.

In access I would just assign a query result to textbox etc but there seems
no way to do this in powerpoint
any ieas?
 
P

P. Bradac

[email protected]>, [email protected]
says...
Does powerpoint have any concept of data-sources (preferably SQL/Access)

Basically I have to produce regular pp reports from a variety of
datasources, but which always need to look the same.

In access I would just assign a query result to textbox etc but there seems
no way to do this in powerpoint
any ieas?
I think this is possible by using macros (VBA) and ADO
interface.
 
Top