G
Guest
Hi,
I have 3 tables with all identical field names.
table 1 is called "tbl_fin"
table 2 is called "tbl_tbs"
table 3 is called "tbl_pshrmac"
I would like ALL the data in each of these tables to be merged together in
one table called "tbl_summary".
I have 3 forms that are going to be used for data entry that correspond to
the first 3 tables. I will be creating a fourth form for view/edit records
purposes that will be matched to "tbl_summary". I would like it to be that
when the user looks up a record using that form from "tbl_summary", the
changes are saved in "tbl_summary", but these changes are also then made in
the individual tables that the records were originally stored in.
Is this something that is possible, and if so, how can I go about doing this?
therefore the data flow from one table to the summary table should be such as
< - >, kind of like having an upload/download function. This way there is
never duplicates and data in tbl_fin for example matches all the records in
tbl_summary that come from tbl_fin. Hopes I am making sense....
Thanks,
Jean-Francois
I have 3 tables with all identical field names.
table 1 is called "tbl_fin"
table 2 is called "tbl_tbs"
table 3 is called "tbl_pshrmac"
I would like ALL the data in each of these tables to be merged together in
one table called "tbl_summary".
I have 3 forms that are going to be used for data entry that correspond to
the first 3 tables. I will be creating a fourth form for view/edit records
purposes that will be matched to "tbl_summary". I would like it to be that
when the user looks up a record using that form from "tbl_summary", the
changes are saved in "tbl_summary", but these changes are also then made in
the individual tables that the records were originally stored in.
Is this something that is possible, and if so, how can I go about doing this?
therefore the data flow from one table to the summary table should be such as
< - >, kind of like having an upload/download function. This way there is
never duplicates and data in tbl_fin for example matches all the records in
tbl_summary that come from tbl_fin. Hopes I am making sense....
Thanks,
Jean-Francois