Search results

  1. K

    mdb strange problem

    The point is that the same user has to keep open the same DB twice, to not suffer from slowness on one (the last opened). I emphasize that the LDB file is already created by other users that opened the base. If there is no LDB file (so no users with the DB open) when opening the DB does not...
  2. K

    mdb strange problem

    Thanks It is a possible solution, however for some reasons would not like to apply. Can someone explain why If a user with the 2010 opens the database twice the second one shows no slowness :confused:
  3. K

    mdb strange problem

    Hi, No has been not
  4. K

    mdb strange problem

    I have a database (mdb - access version 2003) on a shared folder. It turns out that users access using version 2003 does not record any problem, however who have the 2010 version suffer from a extreme slowness (opening/closing forms/reports etc..) This slowness disappears only if (using access...
  5. K

    Transferring same data to a field in all records?

    That not resolve the problem, the issue is that I need to transfer data to all the records in the form, take a look in the button of the form, the code only transfer data to a previous and single selected record. ty
  6. K

    Transferring same data to a field in all records?

    I suppose that´s easy, but I only accomplished one by one by selecting a specific record. Ty
  7. K

    Time execution question

    Thanks Uncle Gizmo That’s exactly what I need. :) Very obliged, Kopas
  8. K

    Time execution question

    Hi, Uncle Gizmo, My final intention it’s to create a function that disables some functionalities of the database at the end of a trial period (a predefined date). cheers Kopas
  9. K

    Time execution question

    Hi, how can i create a comand button that open a form at predifined date? example: if current date=2005/14/12(yyyy-dd-mm) then open form "example" thnks, Kopas
  10. K

    updating problem

    Update Yep, you are absolutely right about my explanation, sorry :o . I’m very new in these things of access, 2 days of experience . Downwards is a sample of what I’m trying to do. Cheers
  11. K

    updating problem

    Hi to all, I have a combox (“clients”) in a form “2” that I want to update with no listed values without closing the form. The problem is that when I updade the field (clients) in Form”1”, the form 2 continue not allowing updating, the solution that I found is to put a value that was listed...
Back
Top Bottom