G
Guest
Can you customize a form after being generated by the database?
(Yes, I'm new.)
(Yes, I'm new.)
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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]
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.