Kemidan2014
Board Regular
- Joined
- Apr 4, 2022
- Messages
- 229
- Office Version
- 365
- Platform
- Windows
I created a temporary table using a Make Table query called "Sorttotals" this table using math functions to fill in missing values in a field that should have been filled out in all the records in "ShiftNotestbl"
Trying to perform a simple UPDATE query to update fields "Total" and "Total_b" in Shiftnotestbl to the values of the same field in table "sorttotals" i linked the IDNum fields of the tables together so that the values get placed in the correct record. I recieved a Cannot Join on Memo.. error.
I confirmed that in each table the field TYPE matches so I am not understanding why this update query is faulting.
Trying to perform a simple UPDATE query to update fields "Total" and "Total_b" in Shiftnotestbl to the values of the same field in table "sorttotals" i linked the IDNum fields of the tables together so that the values get placed in the correct record. I recieved a Cannot Join on Memo.. error.
I confirmed that in each table the field TYPE matches so I am not understanding why this update query is faulting.