Hi everyone. I have 4 linked tables.
Bugs1
Bugs2
Bugs3
Bugs4
All of these tables have the following fields.
IssueID
Title
Description
Priority
State
Release
SubmitDate
PlannedCompletion
CloseDate
ReasonForRejection
I have one main table called BUGS that contains the exact same fields. I need to combine all these fields from the linked tables into one table [BUGS] and have it automatically update when new data is added to any of the linked tables. For instance I add any information to any field in Bugs1, I want it to automatically update the BUGS table.
Bugs1
Bugs2
Bugs3
Bugs4
All of these tables have the following fields.
IssueID
Title
Description
Priority
State
Release
SubmitDate
PlannedCompletion
CloseDate
ReasonForRejection
I have one main table called BUGS that contains the exact same fields. I need to combine all these fields from the linked tables into one table [BUGS] and have it automatically update when new data is added to any of the linked tables. For instance I add any information to any field in Bugs1, I want it to automatically update the BUGS table.