you can make it happen using VBA. I've seen many samples in this forum, lately.Click a heading, it expands. It would actually be nice if Microsoft made Access able to make the kinds of forms available on Website databases in general.
Like an outline in a Word Doc . A Tree would be similar
Click a heading, it expands. It would actually be nice if Microsoft made Access able to make the kinds of forms available on Website databases in general.
"...inadequate web integration for some time."inadequate web integration for some time.I think I'm gong to repurposed one my "not for Win 11" pcs to run Linux on it, and and get the GPT to help me build a web based "Local" database from scratch. Something I should have done years ago.
Sidebar: I'm going to start a new thread Doc about my recent experience using the GPT for developing in Python.
I've been dissatisfied with the lack of new features (in Access) and
That is exactly what I am building right now. As far as the skillset, Well, I'm getting the GPT to do Python coding and I'm acting like a designer not a developer. I'm going to start a new thread on what I have learned in the last few hundred hours of this project."...inadequate web integration for some time."
You probably remember two previous attempts to "Webify" Access. First in 2010 and then in 2013.
The problems associated with making Access work in the web environment are simply too hard to overcome. Plus given the fact that there are multiple alternatives, including the Microsoft PowerApps platform, it makes little sense to worry about too much about web integration for Access.
In the future, I foresee a category of hybrid apps, with rich, powerful Access interfaces on the desktop linked to cloud databases of some sort, probably SQL Server or Azure SQL, along with one or more browser-based interfaces to that same cloud database to support those functions that can benefit from a mobile, off-premises presence.
There's little incentive, I think, to try to return to the attempt to put Access in a browser given the other, more powerful options available for that purpose.
Granted, that means expanding your skillset dramatically, or perhaps not so dramatically. But definitely, to some extent you'll need to acquire new skills. On the other hand, it sounds like you're up for that challenge, so the opportunity is there.
Thanks Doc,There IS such a thing as a TreeView in Access.
Access Europe - Wed 7 Aug: Using Treeviews with Access Applications (Pete Poppe)
The next Access Europe User Group meeting will be on Wednesday 7 Aug 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome Pete Poppe who is very well known to Access World Forum members as MajP In this session, Pete will...www.access-programmers.co.uk
Hierarchical Data, Recursion, Tree-Views, and a Custom Class to Assist
Can someone point to the latest database with the latest features mentioned in this thread? There seems to be a lot of conversation and additional code, but I haven't found the authoritative file with latest info. MajP, you've done a lot of great work on this !!www.access-programmers.co.uk
Hierarchical Data, Recursion, Tree-Views, and a Custom Class to Assist
I have had some people ask questions on working with Hierarchical data and Tree Views, which often involves using recursion. If not familiar with recursion this is where a procedure repeatedly calls itself until hitting a condition where it is told to stop. This is used often where you have to...www.access-programmers.co.uk
Web browser controls do it. You will have to code it yourself though. The link in post #11 will take you to an example you can adapt.Has anyone worked out a way to make expandable forms in Access