hi,
i have an error where the error code is 13 and the description is type mismatch. somehow i have manage to find out that the error is due to the second line of my code::
DoCmd.openQuery "qryMemo"
Set rst = dbs.OpenRecordset("tblMemo", dbOpenDynaset)
tblMemo is a table created by a query. what is actually the cause of this error 13?????
pls advice.
nono
