Hi! can anyone tell me what should i do about this error."error 7004 Rowset not bookmarkable". I get this error when i try to set the datasource of a datagrid to recordset i created.
Code:
rs.Open "table", connection
Set Datagrid.DataSo urce = rs
Code:
rs.Open "table", connection
Set Datagrid.DataSo urce = rs
Comment