What do you think would be the best approach in storing the drawings??
I have 80 records, and each record has text or number fields. There is only
1 OLE Object field used to show a unqiue drawing for each record. There will
be 80 unique drawing. I currently created a form for entering the various
fields for the data. There is also a bounded Object frame used to allow the
drawing to be done by double clicking on the OLE Object and the application
opens up in its own windows (visio in my case) on the Access Form. The user
can draw his drawing while he is still entering data for that given
recordset. We use a pen to electronically draw our drawing on the screen.
Since its a database, we can do various queries on the recordset and come up
with certain recordset that I need converted over to power point.
Before going over to power point, the user has the ability to select which
layers he want visible on drawing for the power point. He also makes the
decision if he wants to flip the image too before we make the power point.
The reason to go over to power point was to print a slide show and the
ability to slide edit the presentation before printing easily. If I could
have created my own slide editor (the way power point has), we would have
keept everthing in Access. The drawing would still be in visio.
If I kept all of the drawings on a file on hard drive during the data entry
and drawing phase, I would need to link the location back to the OLE Object
frame. I think the difference would be either a bounded or unbounded object
will be required (no sure which right now). The user will go back and review
the data for each record and change the drawing if it didn't match some of
the conditions in the recordset. The user will still double click the OLE
Object frame to activate the Visio drawing and make the changes. So I am not
sure if it was better to embed or link the drawings here??? I think the
amount of storage space was the same.
What would you recommend as a possible approach to this problem???
What do you normally do for such problems????
I appreicate any suggestions you may offer!!!!
Thank You,
Gary
P.S. Making the form invisible doesn't work (first question above) because
when you activate with a Verb=2 on the access bound object frame - it opens
up a separate Visio Window. I want to hide the visio windows coming up and
closing was a sequence through the table. If I can change the Visio layers
properties of the drawing without activiating, then I don't have that window
coming up. I have been trying to hide this for a while. I also tried
making a form alway on top, and that doesn't work either the the activation
us a UI window.