J
JString
Greetings all.
I'm currently building an access app that mimicks my client's old Lotus app.
They would rather have me prioritize recreation over making improvements so
that their employees will know their way around. Needless to say, this makes
my job much more difficult. As it is, I've created several different forms
(some are running in datasheet view) per table as this is how their old
system was set up.
As for right now the issue is that their old Lotus system allowed them to
print out each form as displayed on the screen. Unfortunately it doesn't
seem that the designers of Access were very concerned about the printability
of forms as opposed to reports. So, I need to find a solution to enable each
form to be printable without having to create a report for each one.
It would be nice if I could find a way to code a screen capture procedure
which would either insert an image into a blank report or a word doc, etc.
However, I'm guessing that this would require some API functions, and I'm not
very proficient in utilizing the windows shell procedures. Also, because
each of these forms are contained within a single master form as subforms,
the screen capture would have to somehow single out the subform from the rest
of the screen. Is this even possible and is there a better option?
Many thanks in advance.
I'm currently building an access app that mimicks my client's old Lotus app.
They would rather have me prioritize recreation over making improvements so
that their employees will know their way around. Needless to say, this makes
my job much more difficult. As it is, I've created several different forms
(some are running in datasheet view) per table as this is how their old
system was set up.
As for right now the issue is that their old Lotus system allowed them to
print out each form as displayed on the screen. Unfortunately it doesn't
seem that the designers of Access were very concerned about the printability
of forms as opposed to reports. So, I need to find a solution to enable each
form to be printable without having to create a report for each one.
It would be nice if I could find a way to code a screen capture procedure
which would either insert an image into a blank report or a word doc, etc.
However, I'm guessing that this would require some API functions, and I'm not
very proficient in utilizing the windows shell procedures. Also, because
each of these forms are contained within a single master form as subforms,
the screen capture would have to somehow single out the subform from the rest
of the screen. Is this even possible and is there a better option?
Many thanks in advance.