M
Martin
Hi,
I have following problems with Access 2k.
1 - sometimes, I can't use the recordset object (or recordsetclone property)
of a form to search or manipulate data.
1: dim rs as dao.recordset
2: set rs = me.Recordsetclone
3: rs.findfirst .....
at line 2 I receive an error, "the user XX of computer YY opened the
database ddd and set the status ..., that you can manipulate..."
2 - Sometimes, I open a form in design modus in order to change it. Access
tells me "you have no exclusive access on the database, ... you won't be
able to save the changes..."
why must I open the database in exclusive modus, when I am the only
person, who access to the database?
That is unnormal, is that? Is there any bug or security problem?
Thanks for any help
Martin
I have following problems with Access 2k.
1 - sometimes, I can't use the recordset object (or recordsetclone property)
of a form to search or manipulate data.
1: dim rs as dao.recordset
2: set rs = me.Recordsetclone
3: rs.findfirst .....
at line 2 I receive an error, "the user XX of computer YY opened the
database ddd and set the status ..., that you can manipulate..."
2 - Sometimes, I open a form in design modus in order to change it. Access
tells me "you have no exclusive access on the database, ... you won't be
able to save the changes..."
why must I open the database in exclusive modus, when I am the only
person, who access to the database?
That is unnormal, is that? Is there any bug or security problem?
Thanks for any help
Martin