Search results

  1. Babycat

    Detect BE connection lost and handle it

    Dear all. My Access app has many form/report, so we never know which form/report user is opening. Therefore, handling disconnection event in every single form/report is nightmare. I dont have good IT background, I just tried to google about VPS. So my intension is: 1. Buy a VPS from service...
  2. Babycat

    Detect BE connection lost and handle it

    I was hope Access could have something like interrupt event to handle urgent/higher priority tasks. My company does not have "server computer". The user1 has always go to work early in order to get BE ready for other users :)
  3. Babycat

    Detect BE connection lost and handle it

    Dear all I have an Access app which splited BE abd FE within LAN. User1: FE + BE User2: FE only When user1 turns off his PC, therefore User2 FE has no BE and sometimes it causes Access app on User2 hang up. What could be the proper way to approach and handle this issue? I used to deal with...
  4. Babycat

    Solved Autoexec Macro works on A10 (accde) but not A365 (accde) - Error #2425

    Hi Josef Thanks for your help. Since your A2016 is also not able to open my A2010 accde file. I have narrowed down the cause, I suspected the A2010 accde file got problem itself, then I tried to install Office 2010 Pro Plus (The current one is A2010 Pro). Build accde with Access 2010 Pro Plus...
  5. Babycat

    Solved Autoexec Macro works on A10 (accde) but not A365 (accde) - Error #2425

    Hi Josef It is already uploaded in post#3. Can you try to run it with A365?
  6. Babycat

    Solved Autoexec Macro works on A10 (accde) but not A365 (accde) - Error #2425

    Hi CJ_London Since you are running on A10, could you please do me a favor by making accde file from accdb file on post #1 and upload the file here. I will download it and run on my A365 to see the result... Thank you
  7. Babycat

    Solved Autoexec Macro works on A10 (accde) but not A365 (accde) - Error #2425

    Hi DocMan The reference list is same for both
  8. Babycat

    Solved Autoexec Macro works on A10 (accde) but not A365 (accde) - Error #2425

    Hi jdraw. How did you build sampledb.accde? Did you build it from Access 365 (Version 2307 - Build 16.0.16626.20134 64-bit)? If so, then yes, it should work. I built it from Access10 and it got error when running on Access 365. I attached the accde file what built from Access 10...
  9. Babycat

    Solved Autoexec Macro works on A10 (accde) but not A365 (accde) - Error #2425

    Hi Everyone I have a Access project (Sampledb.accdb) on my PC win10 - Office365 (64bits) A virtual machine (on same PC) i have win10 Office10 (Pro-64 bits) On my PC: -Run accdb: Working well On Virtual Machine (win10 Office10): -Run accdb: Working well -Save as...
  10. Babycat

    Way to know form name that opens a particular form

    In fact, many proposed solutions. I was also missed Edgar solution about using OpenArgs until he makes "clearly nice pictures" to point out what I missed, his solution make me learn new things. May you also elaborate your proposed solution, so that I and other new member can learn it then?
  11. Babycat

    Way to know form name that opens a particular form

    Yes, definitely. I use OpenArgs quite often, but i have to set its value manually. I thought it was blank if we dont touch it...
  12. Babycat

    Way to know form name that opens a particular form

    Hi The Doc Man @mike60smart has reccomended similar solutions which works. My issue was solved right away on his post #2. But then I am trying to find better solution which only do requery when neccessary, and end-up with the new goal of how to know which form open which form. Thank you very...
  13. Babycat

    Way to know form name that opens a particular form

    @Edgar. Yeah, sorry again, I was not testing out your suggestions. I am surprise the formC OpenArg telling us about the form opened it. Glad to clearly distinguish formA and formB in its openarg Thank you very much again.
  14. Babycat

    Way to know form name that opens a particular form

    I dont know why it is not working at my side. Seem Edgar can replicate the issue. Sorry about bad sample db, it not what my real project. I just want to make a demo the issue.. How is about your db, Nifty? can you remove the button "Edit combo list" and open formC from combobox?
  15. Babycat

    Way to know form name that opens a particular form

    Hi CJ Really sorry for that, I have tried to understand your suggestion but I was not sure i understand it hence I dont know how to implement it
  16. Babycat

    Way to know form name that opens a particular form

    Post #2, #4 we have discussed about it
  17. Babycat

    Way to know form name that opens a particular form

    No event, so cant set tempvar
  18. Babycat

    Way to know form name that opens a particular form

    I attached the sample db here, for easy evaluate the issue
  19. Babycat

    Way to know form name that opens a particular form

    It opens by clicking on "Edit List Item" of combobox.... I dont see where to add the code
Back
Top Bottom