I have created a Database using MSacces in VisualData Manager of Visual Basic.The table contains 6 memo fields and 2 text fields.
The problem is now i cannot use this table in VB Coding.
Consider following coding
Set db=Opendatabase ("F:\new\qdb.md b")
Set rs=db.openrecor dset("select * from question")
The underlined code gives error "Type Mismatch".If I use a table without memo field it works good.But my project requires memo fields.Tell me the solution
The problem is now i cannot use this table in VB Coding.
Consider following coding
Set db=Opendatabase ("F:\new\qdb.md b")
Set rs=db.openrecor dset("select * from question")
The underlined code gives error "Type Mismatch".If I use a table without memo field it works good.But my project requires memo fields.Tell me the solution
Comment