Recent content by Pop_Access

  1. P

    Solved Access VBA code to retrieve server date

    @561414 I wanted to reach out and express my heartfelt appreciation for providing the solution that successfully resolved my problem. Your support has made a positive impact, and I truly appreciate it. ================= I would like to extend my sincere gratitude and appreciation to all members...
  2. P

    Solved Access VBA code to retrieve server date

    @The_Doc_Man Thank you for clarifying date formats and comparisons. Your insights were invaluable. Much appreciated.
  3. P

    Solved Access VBA code to retrieve server date

    @arnelgp "Thank you so much for your support. I greatly appreciate your assistance, and I'm pleased to inform you that the code is working well. I have gained valuable knowledge from this experience. I would like to take a moment to share a lesson I learned from this scenario. During the...
  4. P

    Solved Access VBA code to retrieve server date

    Thank you @561414 I would like to ask for further guidance on how to compare the retrieved date with a specific date. for example: if the retrieved date >= 10/15/2023. since the code you provided is working well.
  5. P

    Solved Access VBA code to retrieve server date

    Thank you @arnelgp I would like to ask for further guidance on how to call the GetServerSysDate function under the Form Load event and compare the retrieved date with a specific date. for example: if the retrieved date >= 10/15/2023.
  6. P

    Solved Access VBA code to retrieve server date

    The file that I distributed is .accde
  7. P

    Solved Access VBA code to retrieve server date

    some of them using VB.NET, and other getting date for website using VBA
  8. P

    Solved Access VBA code to retrieve server date

    While it is difficult to completely prevent such actions, we can take steps to mitigate them.
  9. P

    Solved Access VBA code to retrieve server date

    The reason behind this request is to implement a mechanism that prevents end users from accessing the database beyond a demo period. By checking the server date, I aim to disable certain functionalities of the database once the demo period expires. Since I am not a programmer, I kindly request...
  10. P

    Solved Access VBA code to retrieve server date

    Thank you for your response. I apologize if my question seemed simple to you. However, as a non-programmer, I'm still learning and trying to understand the best approach to retrieve the server date in Access database using VBA.
  11. P

    Solved Access VBA code to retrieve server date

    Hi everyone, I have an Access database with a front-end and back-end architecture. The back-end portion of the database is stored on a server. I need to write VBA code to retrieve the server date instead of my PC's date. Can anyone please provide guidance on how to accurately retrieve the...
  12. P

    Delete the Current Database

    So, please would you share it with us.
  13. P

    Delete the Current Database

    First of all, and as I mentioned in previous posts, I'm not a programmer. I appreciate your discussions, they were very wonderful Thanks for your interest, The reason behind asking this question is: I have developed a commercial access software, and I want to be inactivate after a period of...
  14. P

    Delete the Current Database

    Nice likening :)
  15. P

    Delete the Current Database

    Is it possible to delete the current access database using VBA code?
Top Bottom