well let's take this one step at a time:
1. > I'm interested in briefly joining several tables together and then when
done
separating them into their original tables.
*** you may be able to accomplish this via a query. You should be able to
do a simple query including all fields of both tables and get the results you
one. This presumes a common field populated in both tables would align the
rows together...
2. I'd like to append like data to
each row for the purpose of defining which table the information comes from.
*** Not fully understanding what you want...but I get the feeling that if
Table A is 100 records and Table B is 100 records you do not want a new table
with 200 records but instead want a new table of 100 records but for which
the records now have data from both tables.......as noted in #1 you would use
the query to bring two rows of data together from separate tables....There
needs to be something in common between rows of differing tables otherwise
they will not merge as rows but instead append into one table with just a
larger quantity of records
the term "append" in Access world tends to have specific meaning which I'm
not sure is needed. There is an Append Query but I'm not sure if that is
necessary in this case....
3. > Is there a way to automatically fill a new field with certain data as
it is
*** Well this is a whole other ball of wax. A simple answer is yes....but
one has to know alot more about the form in question to give an instruction
on implementing it......