Search results

  1. I

    Secure a database with a new mdw file

    Dear Access users, We are trying to secure a database with a new mdw file. What we tried and read information from internet, as we do think we had a secured database and we joined again the system.mdw to Access-97, the secured database could be opened! We have seen databases with a new mdw file...
  2. I

    Protect with new .mdw file

    Dear Access users, Making an new .mdw file, called for example “work.mdw”. How do connect this .mdw file to a database. At the moment it is possible, when I give my link the right information, to start the database / mdw file with configured passwords. If I start from my explorer only the...
  3. I

    Protect with new .mdw file

    Dear Access users, Making an new .mdw file, called for example “work.mdw”. How do connect this .mdw file to a database. At the moment it is possible, when I give my link the right information, to start the database / mdw file with configured passwords. If I start from my explorer only the...
  4. I

    Protect with new .mdw file

    Dear Access users, Making an new .mdw file, called for example “work.mdw”. How do connect this .mdw file to a database. At the moment it is possible, when I give my link the right information, to start the database / mdw file with configured passwords. If I start from my explorer only the...
  5. I

    Protect with new .mdw file

    Dear Access users, Making an new .mdw file, called for example “work.mdw”. How do connect this .mdw file to a database. At the moment it is possible, when I give my link the right information, to start the database / mdw file with configured passwords. If I start from my explorer only the...
  6. I

    Clearing all textboxes on the form

    Dear Access users, On my form we do have a lot of textboxes, with the next code we find all textboxes, but what is the code to clear them? Dim ctl As Control For Each ctl In Me.Controls Select Case ctl.ControlType Case acTextBox XXXXXX 'how to...
  7. I

    Getting all form names of the database

    Dear Access users Can someone give me code to find all names of all forms of the database? Nice regards, Ingrid.
  8. I

    Changing with two differt time intervals

    Dear Access users, I am trying to make a counter and a color changing on one form. Starting the form, the color changing will start. When I press the “Start” button I start the counting. The problem now is that color changing never will appear. Can someone give a solution to do those two things...
  9. I

    Controlling an object on a subform

    Dear Access users, Can someone give me code to for example disabling a textbox on a subform? I tried: Forms![formName]![subformName].TxtName.Edit = False Forms![subformName].TxtName.Edit = False These two rows don't work! Thanks a lot for reading / answering this question. Ingrid.
  10. I

    On load event on a Tab-page

    Dear Access users, Placing a tab-page on a form. When we choose a page, we want to change also something on the form. We tried: Page2_Click() Page2_MouseDown() Page2_DblClick() But not one of the events responds. Can someone give us a solution to find a event? Nice regards, Ingrid.
  11. I

    How to find out wich user is editting a record

    Dear VBA users, I have made a multi user application / database. The Access application is opened with a link and this contains the next information: /user XXX /pwd YYY. How can I find out wich user is editting a record? Nice regards, Ingrid.
  12. I

    Reading a hidden selected row in a combo

    Dear VBA users, I have made a combobox with two columns. One of the colums is hidden. How can I read after selection the hidden value. Nice regards, Ingrid.
Top Bottom