Search results

  1. C

    Avoiding start up form!

    Hello! I have a really stupid problem. I wrote VBA program in access with 1 switchboard, some forms and used Tools/Startup ... to start switchboard when .mdb file is loaded. I cleared all check-boxes in Startup dialog . Now I need to make some changes and I can't access anything but...
  2. C

    Speeding up the loop

    Hello! Using DAO/ODBC I opened the (non - Access ) database and loaded DAO.Recordset . Then I loop thrue rs to sum up some data, but it is so slow that I suspect I'm missing something. Is usual that VBA loops are so slow, or what? The code looks something like : initBs '...
  3. C

    ChDrive problem

    Hello ... ... I got this really unusual problem with ChDrive. What I have is network and every network PC maped one directory as it's F drive. As I execute ChDrive "F" entire network goes down in a sence that nobody can't access it's F drive. I encountered some really unusual stuff, but...
  4. C

    Accessing dBase with VBA

    hello ... ... first of all I'd like to apologize for my bad english, I'm not from english speaking area. I started programming in VBA/Access2k two weeks ago, I am really low on knowledge, not just on VBA but OO programming in general because all I did until now is C/assembly. So please be...
Back
Top Bottom