Recent content by blazen

  1. B

    Exlusive mode right

    Hi, I have problems to set exclusive mode right or generaly any right for whole database. I am able to set any rights for tables, forms etc..(using the following code), but not for whole database. SET DBS = CURRENTDB() DBS.CONTAINERS("FORMS etc.").DOCUMENTS(name).permissions = any right Thank...
  2. B

    Security thru VBA

    Hi I try to create users and set up security in my database. I am able to create users using VBA and setting their rights, BUT I DON´T KNOW VBA COMMAND for turning security on ie. to show login window when database starts up. Please help. Thanks David
  3. B

    password protecting db

    Hi, I am trying to create users and groups using VBA. That´s no problem. But I don´t know how to say to my database to show login window when it starts. Please help ! Thank you David
  4. B

    set page borders using VBA

    Hi Is there any command for setting up page borders of a report using VBA . I am using Access 2000 . Thank you Regards David
  5. B

    page setup of report

    Hi, How can I setup borders of a report in VBA Access 2000. The problem is that when I set borders manually ,close the report and then I re-open it ->the borders are not as I set them. Please advise. Thank you. David
  6. B

    recordsets collection doesn´t work

    I am trying to use recordsets collection in the following code, but it doesn´t work. The database always reports an error - either "Type mismatch" or "need parameter".The code is Dim dbs as database,rec as recordset // set dbs = currentdb // set rec = dbs.openrecordset("tablename")
Top Bottom