In an Access app, I've linked to MySQL tables. I have also linked to a View.
A couple of the View columns have been mapped by Access as Memo
, and one as OLE Object
(!).
They should be Text(255).
Is there any way that I can define the columns in a View?
MTIA