J
jehmsit
Can you customize a form after being generated by the database?
(Yes, I'm new.)
(Yes, I'm new.)
Can you customize a form after being generated by the database?
(Yes, I'm new.)
John, thanks for responding - - However, what I meant to ask was... "Is it
possible to edit (pref. by the user, from within Access) a desired report,
after the form has been submitted and the database output (letter) has been
generated?
Situation: Using a form, selected information (which is contained in db
tables) are used to generate a letter. Is it then possible to insert
additional "unique" data by hand into the report prior to printing? (pref.
within access, or by automatically having access open up word or something?
Hi John H,
Just add a field (or two, however many is necessary) that allows a
user to enter whatever customized info they need to enter. Have them
enter this BEFORE the report is generated and, inside the report,
insert that extra field or two wherever and set the property to grow.
Amanda said:Hi John H,
Just add a field (or two, however many is necessary) that allows a
user to enter whatever customized info they need to enter. Have them
enter this BEFORE the report is generated and, inside the report,
insert that extra field or two wherever and set the property to grow.
I've done that before...
John W. Vinson said:Good idea! You needn't even add the field to the table; you can have unbound
fields on the form which launches the report and use textboxes with control
source like
=Forms!NameOfForm!NameOfControl
to display the data from the form.
John W. Vinson [MVP]