Search results

  1. A

    The Death of ActiveX: How to Build a CRUD Tree of Accounts in MS Access WITH MCP

    The idea that many almost agree on The role of programmers has changed forever. Instead of writing code and taking a very long time, the new programmer's role is that of an orchestra leader and AI team. This team handles everything from writing code and connecting and preparing the database to...
  2. A

    The Death of ActiveX: How to Build a CRUD Tree of Accounts in MS Access WITH MCP

    Regarding the coloring, here's the link. https://www.access-programmers.co.uk/forums/threads/tip-add-colour-to-queries-listboxes-comboboxes.297923/ As for the icons and formats, I think they can be done; see the attachment. The idea is to use AI and simplify things.
  3. A

    The Death of ActiveX: How to Build a CRUD Tree of Accounts in MS Access WITH MCP

    Would you like me to add another tree of materials with CRUD options?
  4. A

    The Death of ActiveX: How to Build a CRUD Tree of Accounts in MS Access WITH MCP

    I apologize for your previous question; perhaps I did not quite understand what you meant. However, when you selected the father, it should be administration buildings Regarding your second question, I used mcp server to explain the problem, and it solved it. See the attached file. I encourage...
  5. A

    The Death of ActiveX: How to Build a CRUD Tree of Accounts in MS Access WITH MCP

    1211003 isprimary =sub not main If you look at1211002 account it is. Sub account I will re upload database not contains arabic characters
  6. A

    The Death of ActiveX: How to Build a CRUD Tree of Accounts in MS Access WITH MCP

    how to build a fully functional Tree of Accounts (Chart of Accounts) in Microsoft Access using a modern, native approach—completely avoiding legacy ActiveX controls. Traditional TreeViews in Access are often broken by Windows updates or bit-version (32-bit vs 64-bit) conflicts. By leveraging the...
  7. A

    Secure Storage Model for Microsoft Access: Stream-Based Encrypted Data Architecture(for discussion)

    **This is actually MORE secure** than table-level validation because: ✅ Validation logic is centralized in code (not scattered across tables) ✅ Cannot be bypassed by linked table attacks ✅ More flexible rules (regex, external API validation, complex business logic) ✅ Tamper detection through...
  8. A

    Secure Storage Model for Microsoft Access: Stream-Based Encrypted Data Architecture(for discussion)

    i asked chatgpt about A crazy idea for protecting sensitive data such as bank card numbers I would like your suggestions and opinions on the solution proposed by chatgpt. test app i attached database before converting it to ACCDE. open immediate windows to fill sample data TestCompleteSystem...
  9. A

    Create MS Access Database, Save Queries, and Use LLMs to Run Them! by using MCP server

    I share this project for development from members so that the process of creating databases, tables and complex queries is faster and easier. A powerful Model Context Protocol (MCP) server that provides seamless integration with Microsoft Access databases. This MCP server enables you to...
  10. A

    Select empty work hours of task

    No🤔 . i have tables . But there is no need to attach my tables and my question about one table If you want help me thats right If not l have no any problems
  11. A

    Select empty work hours of task

    my question about one table. Why do you want me to attach my database? I dont want total hours. This is easy . I want to show detail idle hours for employee as shown in the attached picture?
  12. A

    Select empty work hours of task

    This is not my homework. It is a new database that I want to design, but it is the first time I was faced with such a problem, and I did not find a solution to it and how to create its query.i have tried unmatched query but i failed😅
  13. A

    Select empty work hours of task

    I have a staff of employees working hours from 8:0 to 16:00 Each employee is given tasks, each task has a specific duration of one or two hours ..., and the employee may be given more than one task per day. I want to know which hours of the employees spend it without task As below
  14. A

    making telegram chatbot as python

    no problem, I searched all the forums and couldn't find anyone who looking into this case
  15. A

    making telegram chatbot as python

    Yes i think that. It is a croup of codes makes to easier for the users
  16. A

    making telegram chatbot as python

    It is a package A package is a collection of related modules that work together to provide certain functionality. These modules are contained within a folder and can be imported just like any other modules. This folder will often contain a special __init__ file that tells Python it’s a package...
  17. A

    making telegram chatbot as python

    the main problem is i am using telegram.ext library in python but i dont know What is the equivalent library in ms access if it exist!
  18. A

    making telegram chatbot as python

    I have a telegram chatbot in python in this bot I can make it auto reply on users if users input limited words by give them Specific options for to choose one of them . my question is can I make it in Ms access database. I have already Ms access database it is sending pictures and messages...
  19. A

    Grouping report

    I have quite a bit of knowledge of ms access but the main reason I didn't post is that my English is not perfect
  20. A

    Grouping report

    This is a better design. Thanks
Back
Top Bottom