I have been working on this project. Search forums on here and also on the internet. And I was working on what I thought was the solution until I figured out I was displaying data that couldn't be updated.
What do I want to do:
My boss is wanting to display active orders on a screen in our production area. This screen will (for the moment atleast) only show active orders.
1. What I am in visioning is querying the table (I think I can handle this part) to get open orders
2. Display each order on a separate slide in power point Using a table format
3. We will have separate columns to show what step in the process the order is.
4. When info in the database is updated (from a number of different people) the slideshow is updated.
I am in the process of creating a power point that I can do steps 1 -3 with using vba code. And possibly 4 if I attach the procedure to a command if the table is updated then requery and rebuild power point slides.
My question is does anyone have a better method? Am I going about this completely wrong?
Thanks
Chris
What do I want to do:
My boss is wanting to display active orders on a screen in our production area. This screen will (for the moment atleast) only show active orders.
1. What I am in visioning is querying the table (I think I can handle this part) to get open orders
2. Display each order on a separate slide in power point Using a table format
3. We will have separate columns to show what step in the process the order is.
4. When info in the database is updated (from a number of different people) the slideshow is updated.
I am in the process of creating a power point that I can do steps 1 -3 with using vba code. And possibly 4 if I attach the procedure to a command if the table is updated then requery and rebuild power point slides.
My question is does anyone have a better method? Am I going about this completely wrong?
Thanks
Chris