J
JohnE
There is a report that is to show all statuses whether their is info
associated with a status or not. Let me see if I can set the ground work.
Will give simple names for easier explaining.
TableA - Main table that has all the data in it. This is also the many side
since the other 4 tables are used in comboboxes on a form that populates the
main table. Three fields on the report come from this table.
TableB - Name table. One field from here on the report. This is a 1 to
TableA many.
TableC - Status table. Same here as TableB. This is also the table that
has the different statuses in it that need to show on the report.
TableD - Project Lead table. Same here as TableB.
TableE - Developer table. Same here as TableB.
I can get the statuses that are associated with info from TableA but I need
to show all statuses even if nothing from TableA matches.
Can someone assist with this.
Thanks.
John
associated with a status or not. Let me see if I can set the ground work.
Will give simple names for easier explaining.
TableA - Main table that has all the data in it. This is also the many side
since the other 4 tables are used in comboboxes on a form that populates the
main table. Three fields on the report come from this table.
TableB - Name table. One field from here on the report. This is a 1 to
TableA many.
TableC - Status table. Same here as TableB. This is also the table that
has the different statuses in it that need to show on the report.
TableD - Project Lead table. Same here as TableB.
TableE - Developer table. Same here as TableB.
I can get the statuses that are associated with info from TableA but I need
to show all statuses even if nothing from TableA matches.
Can someone assist with this.
Thanks.
John