I have a form(A) that pulls data from another form(B).
Ummm... forms don't (usually) pull data from Forms. They pull data
from Tables. A Form is not suitable as a data repository; it's a
window onto data stored in a table, typically. You *can* use an
unbound Form as a temporary data storage location, but it would be
unusual to do so! How are you "pulling" the data?
Within form(A) I have a report printed out.
Again, a Form cannot "contain" a Report. How are you printing it out?
Do you have a stored report that you're launching?
Periodically I have to change some information on
form(B). I would like to have the information on the reports already created
from form(A) to remain unchanged. If changes are made, I would like the
changes to only reflect future reports. Is there a way that this can be done?
Only by basing the Report on a query selecting data from the table
being used as FormA's Recordsource.
It appears that you're focusing on Forms and Reports - again, THEY
CONTAIN NO DATA. The foundation of your house should be the Tables; if
you have data that you want to keep permanent, and other data which
should change, then you need two different tables for these two sets
of data! The Report can be based on either table, or on a query
linking the two, as needed; but you must have the data stored
*somewhere*.
John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps