All three “project transaction” tables, i.e. ProjCostTrans, ProjEmplTrans, ProjItemTrans, have a column that points to a specific VendinvoiceTrans record. This common join column is the most reliable way to link the VendinvoiceTrans table to the project transaction tables.
As per the three queries shown in the below screenshot:
- Notice that ProjCostTrans does NOT have any values in the column.
- The other two tables ProjEmplTrans and ProjItemTrans both populate the column OK.
Has Microsoft provided any hotfix for the resolution of this issue? If no, then what could be the possible way to recover the values of VendInvoiceTrans column in ProjCostTrans table? Your help will be highly appreciated.
Thank you