(( Please see this related post describing the current attachment: Post#45 ))
OK,
We may need that information latter if this doesn't fit the bill.
Attached is a zip file with one of my simple test databases and a macro enabled powerpoint file.
This is the single Slide with Database backend option.
(took me awhile to get the right latebinding setup!)
This has been tested under windows7 with Office 2010 and appears to work quite well.
Now, I could have really taken this way into the deep end using an array in the code to handle things however, I thought that I would do things a little more basic in nature and let you decide what to do.
Open the powerpoint, press [F5] to start the show.
You should see an arrow action button on the first slide, IF NOT then an error occured in opening the back end.
The "Big I" on slide two will take you out, 5 seconds later the final slide will close, and once you click to end the show, the cleanup code will run and say goodbye once finished.
Now, ofcourse, these are only intended to get you started. The code should be fairly easy to follow and (IMHO (^_^) ) very well commented.
>>>ONE THING TO NOTE<<<
If you are in a slide show and there is an error in the code, it simply stops.
It doesn't break
Even if you have error trapping code, it doesn't always break as expected. Instead the slide simple sits there.
I am expecting that you are somewhat skilled in powerpoint, if not then there are several tutorial sites out there to work thru.
Any questions please let me know.
OK,
We may need that information latter if this doesn't fit the bill.
Attached is a zip file with one of my simple test databases and a macro enabled powerpoint file.
This is the single Slide with Database backend option.
(took me awhile to get the right latebinding setup!)
This has been tested under windows7 with Office 2010 and appears to work quite well.
Now, I could have really taken this way into the deep end using an array in the code to handle things however, I thought that I would do things a little more basic in nature and let you decide what to do.
Open the powerpoint, press [F5] to start the show.
You should see an arrow action button on the first slide, IF NOT then an error occured in opening the back end.
The "Big I" on slide two will take you out, 5 seconds later the final slide will close, and once you click to end the show, the cleanup code will run and say goodbye once finished.
Now, ofcourse, these are only intended to get you started. The code should be fairly easy to follow and (IMHO (^_^) ) very well commented.
>>>ONE THING TO NOTE<<<
If you are in a slide show and there is an error in the code, it simply stops.
It doesn't break
Even if you have error trapping code, it doesn't always break as expected. Instead the slide simple sits there.
I am expecting that you are somewhat skilled in powerpoint, if not then there are several tutorial sites out there to work thru.
Any questions please let me know.
Comment