This seems so dumb. I have a table with a long text (aka Memo) field, and the text format is set to Rich Text. Of course I can open the table directly or through an Access form.
What I cannot do is open the table in an ADODB recordset. Or I should say, maybe it does open (since there's no error). But it finds no rows of data.
I use a query with the ADODB recordset. I can paste the query directly into the query editor and it works. I'm using CurrentProject.Connection to connect.
Again, this doesn't generate an error. It simply retrieves no rows.