G
Guest
I am creating reports from a read only linked database (members table) and I
need to add some additional fields for my reports. I created a database
(myMembers) in my application with memberID (the same field as the linked
table) and the additional fields I need. Using an append query I populated
the MemberID field in myMembers table. Linked the two tables: Members,
mymembers. To this point everything is OK.
When someone is deleted or added to the members table, how do I up date the
mymembers table.
Thanks for any help,
John
need to add some additional fields for my reports. I created a database
(myMembers) in my application with memberID (the same field as the linked
table) and the additional fields I need. Using an append query I populated
the MemberID field in myMembers table. Linked the two tables: Members,
mymembers. To this point everything is OK.
When someone is deleted or added to the members table, how do I up date the
mymembers table.
Thanks for any help,
John