Search results

  1. Babycat

    Solved Clear a numeric field to Null

    Thank Pat, Appreciated your suggestions. Yes, I understand about orphan record, and I have been trying to manage them like your guideline. However, in this case there is only one row in this table (this table locates in FE) to tell current logged-in user in this machine.
  2. Babycat

    Solved Clear a numeric field to Null

    Yeah, it's exactly the point. My careless
  3. Babycat

    Solved Clear a numeric field to Null

    Hi all, I want to clear CurrentID (long) to null (nothing) in table current logged User I thought it was simple SQL. UPDATE L_TBLUSER_CURRENT SET L_TBLUSER_CURRENT.CurrentID = Null; But I got error: "You tried to assign the NULL value to a variable that is not a Variant data type" My purpose...
  4. Babycat

    Detect BE connection lost and handle it

    Dear Pat Thank for your detail, I understand with Citrix and RD we are not sending any Access data but sending key trokes and screen. Where does this server locate? Will I need a VPS or I can use my local PC with static IP? Sorry for dumb question, but as mentioned before, I dont have IT...
  5. Babycat

    Detect BE connection lost and handle it

    It has about 30 tables and 40 forms. Unfortunately, I am not familiar with REST API, seem it is long way to go for me.
  6. Babycat

    Detect BE connection lost and handle it

    Dear all Currently, user1's local PC is still playing well "server computer" role. User2 FE hang up issue is not often and not critical. I think about VPS because of future system scaling, one day my company might expands 2nd 3rd offices in different locations... These days, I really can not use...
  7. 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...
  8. 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 :)
  9. 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...
  10. 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...
  11. 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?
  12. 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
  13. Babycat

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

    Hi DocMan The reference list is same for both
  14. 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...
  15. 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...
  16. 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?
  17. 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...
  18. 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...
  19. 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.
Back
Top Bottom