Hi all,
I don't seem to get this going, possibly lacking the knowledge of dao
recordset. I try to fill this Datagrid with the DAO.recordset, but it keeps
giving me the error 13 - datatype mismatch. Can somesone shed some light
please.
I define
rsDepartmentLis t as Dao.recordset
and I use Datagrid1 in the form
Here's the sample code:
....
Set DataGrid1.DataS ource = rsDepartmentLis t
....
Is there anyway I can cast the recordset datatype to make it compatible with
that of the datagrid.dataso urce? Please give the sample code if it's
possible.
Your help is appreciated
Jing.
I don't seem to get this going, possibly lacking the knowledge of dao
recordset. I try to fill this Datagrid with the DAO.recordset, but it keeps
giving me the error 13 - datatype mismatch. Can somesone shed some light
please.
I define
rsDepartmentLis t as Dao.recordset
and I use Datagrid1 in the form
Here's the sample code:
....
Set DataGrid1.DataS ource = rsDepartmentLis t
....
Is there anyway I can cast the recordset datatype to make it compatible with
that of the datagrid.dataso urce? Please give the sample code if it's
possible.
Your help is appreciated
Jing.
Comment