Recent content by panthers1788

  1. P

    Help I Need Ideas, Setup Local Back-end that Updates Server Back-end

    I posted a question about a slow database here http://www.access-programmers.co.uk/forums/showthread.php?p=1271729#post1271729 I haven't been able to fix the issue, and the client would also like the ability to work in the database when remote (working over VPN). When they are working over...
  2. P

    bob i just did the wrong thing

    one more time...Sorry
  3. P

    bob i just did the wrong thing

    This is doing the same thing.
  4. P

    huge db, queries slow, best way to make queries run faster

    Only Select the data that is actually being used. This should speed it up some.
  5. P

    Where to go after Access?

    - PHP MySQL - .NET SQL (HTML 5) will run on iPad.
  6. P

    Slow Queries After Deletions

    :banghead:
  7. P

    Slow Queries After Deletions

    I am going to post a new topic on creating a setup that the user will run the database front-end and back-end database locally which would somehow or at some point update a back-end on the server. This would fix the speed issue as well as fulfill a client requirement of being able to work...
  8. P

    Slow Queries After Deletions

    Still slow after doing all suggestions above. :(
  9. P

    Slow Queries After Deletions

    I did a compact and repair on both the front ends, and the backends and it is still running slow.....Any other ideas?
  10. P

    Slow Queries After Deletions

    Sorry, I guess I should have clarified. I also created 2 different front-ends which connect to 1 and only 1 backend. Each individual front-end has no reason to connect to both backends, just the one. Again identical to how it was before I split the backends. I appreciate the help, any more...
  11. P

    Slow Queries After Deletions

    I have a setup where I have a database front-end with another database which is the backend. All forms and VBA are stored in the front-end and the data is stored in the backend (pretty standard). The client requested that I take the backend and "split" it into 2 seperate backends, as there...
Back
Top Bottom