Cannot join on Memo, OLE, or Hyperlink Object

前端 未结 4 1099
醉梦人生
醉梦人生 2021-01-27 21:18

I have a basic table in an Access database. In that table, I have a 10-digit numeric field that is stored as Long Text (leading zeros are significant). I extracted the unique

4条回答
  •  梦如初夏
    2021-01-27 21:29

    Access does not allow Joins based on Long Text fields. That's the "memo" it is referring to. I assume Microsoft's rationale is that basing a Join on a paragraph of text is unreasonable.

    More here: https://kb.tableau.com/articles/issue/error-cannot-join-on-memo-ole-or-hyperlink-object-when-joining-access-tables

提交回复
热议问题