konto usunięte
Temat: [DAO] openrecordset
z helpa:For QueryDef, Recordset, and TableDef objects:
Set recordset = object.OpenRecordset (type, options, lockedits)
Pytam się zatam, dlaczego nie mogę zapodać trzeciego argumenta (lockedits) ?
Piszę sobie:
Set DB = CurrentDb
Set myTable = DB.TableDefs("Konta")
Set KontaSet = myTable.OpenRecordset
i mam dwa argumenty tylko do .openrecordset.
Co się dzieje ?
Jeżeli nie mogę zapodać argumentu lockedits, to jak mam otworzyć recordseta do zapisu ?