Sorry for the inaccurate use of terminology. I have one database with
numerous tables. One of which is an import for the use of data in it. It is
the foundation of the database itself as it contains the records of addresses
which are the starting point for collecting information related to each
location. I have been helped tremendously here in creating cascading
combo-boxes, drop-down, lists, etc. for the form I am using to collect the
associated data but now that I have done so I seem to have missed the part
where the "new" data I added into the form gets collected somewhere in a
table from which I can retrieve? it for a report when required. I have been
so intent on creating the form I neglected to follow through the process in
order to recognize this oversight until now. In short if I have a text box
(which has had info. entered into it by the user) or a combo-box in which an
item has been selected how do I get this info stored for future reference and
retrieval with a report. I am sure the report will be no problem but I don't
know where to point for the data. I am assuming probably erroneously, that
there should be a table with the user entered data stored in it, and I
further assume I was to create it when doing the form but how do I get it to
the table for storage? Is it the after update row that I use? I hoped to end
up with a table which has associated with each address a collection of
observations which are unrelated (except for the address and form a new
numbered record for each observation.) Sorry for the long description but I
know of no other way to describe it.
Thanks very much for any suggestions, etc. you may have.
-F