SQL Editor Add-In Recommendation (1 Viewer)

MajP

You've got your good things, and you've got mine.
Local time
Today, 09:34
Joined
May 21, 2018
Messages
8,529
Do you use any third party Add-in or application for replacing/enhancing the SQL editor? This has been a long time complaint. Doing just a Web search I see there is quite a bit out there. Anyone have experience or recommendations? Anyone built one? Could be a good group project.
Also a year ago people were rumoring about a potential update to the User Experience to include QBE and SQL Editor.
Any news?

To summarize from the discussion below. So far, I see these recommended solutions

1. Access Studio
Author: Chris Arnold
Cost: Free

2. Access Improved SQL Editor
Author: Daniel Pineault
Cost: Free
This sounds like some people are having issues with it running on certain versions of Access. I have not checked this out because for some reason I cannot get it to download at all.

3. Access SQL Editor
Author: Field Effect LLC
Cost: 10.00 USD
https://fieldeffect.info/wp/downloads/access-sql-editor/

4. Query Helper
Author: EBS17
Cost: Free
https://www.access-programmers.co.u...tor-add-in-recommendation.325545/post-1852794

Also if would be nice if an add-in would include the SQL to VBA (and back) converter. Here are some links

Did I miss any?
If I get time I will try to summarize the capabilities in each.
 
Last edited:

ebs17

Well-known member
Local time
Today, 15:34
Joined
Feb 7, 2020
Messages
1,946
I'm using a homegrown add-in, in stalled beta state. But it does enough for my needs. The focus is on the formatting of SQL statements, which makes it possible to use the QBE only for the very first routine work and then to ignore it afterwards.

I'm still undecided about further expansion, because the Monaco editor is supposed to come and should already be there. The interface is in German, which is due to my origin. However, it should still be self-explanatory.
 

Attachments

  • QueryHelper_2.zip
    127.4 KB · Views: 136

dobseh

Member
Local time
Today, 14:34
Joined
Jul 9, 2022
Messages
44
I'm still undecided about further expansion, because the Monaco editor is supposed to come and should already be there.
Monaco was removed from the Access Roadmap and marked as Cancelled. In fact if you look at the roadmap for Access it has nothing in the "In Development" section at all any more...
 

CJ_London

Super Moderator
Staff member
Local time
Today, 14:34
Joined
Feb 19, 2013
Messages
16,614
I posted my free version of Access Studio here - you add it as a library rather than an add-in


Still working on the advanced version which does a lot more
 

sonic8

AWF VIP
Local time
Today, 15:34
Joined
Oct 27, 2015
Messages
998
Monaco was removed from the Access Roadmap and marked as Cancelled. In fact if you look at the roadmap for Access it has nothing in the "In Development" section at all any more...
The Monaco Editor is not "cancelled" it has just been deprioritized and deferred past a March 2023 release date. - That's bad enough, but still different from being entirely given up as the term "cancelled" implies.
The Access Team published their current priorities here: Our Road Ahead - Microsoft Access Engineering Priorities Oct 2022
 

dobseh

Member
Local time
Today, 14:34
Joined
Jul 9, 2022
Messages
44
The Monaco Editor is not "cancelled" it has just been deprioritized and deferred past a March 2023 release date. - That's bad enough, but still different from being entirely given up as the term "cancelled" implies.
The Access Team published their current priorities here: Our Road Ahead - Microsoft Access Engineering Priorities Oct 2022
The roadmap was marked as cancelled. The statement from the Access team was :
This roadmap is cancelled and removed from the roadmap at this time and will be republished when we have a new date.
Slightly poor wording on my part on the post, I admit, I should have said "which was cancelled", rather than "and was cancelled". But the fact that it's not on the roadmap at all, makes me feel that March 2023 is probably not going to be even close to when it releases. At this point they may as well rename it Access Star Citizen and start crowdfunding it.
 

ebs17

Well-known member
Local time
Today, 15:34
Joined
Feb 7, 2020
Messages
1,946
@isladogs
No. I've never touched 64-bit access. I am an interested individual, not a company. I stay in areas that are useful to me. Therefore, any major expansion of activity should yield a corresponding financial return. But this path is long and improbable.

Additionally, I would like to point out Improved SQL Editor by Daniel Pineault. With clear means, an astonishing result in terms of presentation is achieved here. Daniel's comment in the post speaks for itself.
 

Gasman

Enthusiastic Amateur
Local time
Today, 14:34
Joined
Sep 21, 2011
Messages
14,306
As well as @CJ_London's Access Studio mentioned in post #4, I use the Access SQL Editor which is an excellent add-in available at low cost

@ebs17
The file you posted is 32-bit only. Do you have a 64-bit version available?
Wow, that is a good price. If I was still using access in work, I would buy that, might even do so any way. :) And it even works on 2007. :)
 

jdraw

Super Moderator
Staff member
Local time
Today, 09:34
Joined
Jan 23, 2006
Messages
15,379
@isladogs
No. I've never touched 64-bit access. I am an interested individual, not a company. I stay in areas that are useful to me. Therefore, any major expansion of activity should yield a corresponding financial return. But this path is long and improbable.

Additionally, I would like to point out Improved SQL Editor by Daniel Pineault. With clear means, an astonishing result in terms of presentation is achieved here. Daniel's comment in the post speaks for itself.
Regarding the Improved SQL Editor from Daniel, are there instructions for its installation and use. Perhaps I've missed them. If anyone using this software and/or has additional info, please share. Thanks in advance.
 

Gasman

Enthusiastic Amateur
Local time
Today, 14:34
Joined
Sep 21, 2011
Messages
14,306
Regarding the Improved SQL Editor from Daniel, are there instructions for its installation and use. Perhaps I've missed them. If anyone using this software and/or has additional info, please share. Thanks in advance.
Jack,
Did you see the first line?

Here’s another useful tool for those of you that work with RAW SQL and don’t use the QBE.
 

jdraw

Super Moderator
Staff member
Local time
Today, 09:34
Joined
Jan 23, 2006
Messages
15,379
Paul,
Are you using the editor from Daniel? Yes I saw the line. Downloaded, extracted and then????
 

ebs17

Well-known member
Local time
Today, 15:34
Joined
Feb 7, 2020
Messages
1,946
are there instructions for its installation and use
The download contains an Access file and folder, containing HTML files and a code library (Javascript). The form in the database uses a web control that gets its content from the index.html in the folder. These two must be synchronized according to the filing in your file system. That's actually all.

The functionality (colors, highlighting and some other things) result from the functionality of JavaScript, where there are many ready-made and far-reaching solutions due to the wide range of uses on the web and in different apps.
 

Gasman

Enthusiastic Amateur
Local time
Today, 14:34
Joined
Sep 21, 2011
Messages
14,306
Paul,
Are you using the editor from Daniel? Yes I saw the line. Downloaded, extracted and then????
No, as I tend to start any query via the qbe window, not type it in raw.
 

GPGeorge

Grover Park George
Local time
Today, 06:34
Joined
Nov 25, 2004
Messages
1,870
The roadmap was marked as cancelled. The statement from the Access team was :

Slightly poor wording on my part on the post, I admit, I should have said "which was cancelled", rather than "and was cancelled". But the fact that it's not on the roadmap at all, makes me feel that March 2023 is probably not going to be even close to when it releases. At this point they may as well rename it Access Star Citizen and start crowdfunding it.
I think the change in the way the Roadmap is maintained was a mistake, precisely because it has led to sentiments like this one. In other words, they replaced one kind of ambiguity with another, and one that is even more problematic.

The MS position is that projects will only go on the Roadmap when there is a certain level of certainty (I believe that is 90% certain) they can hit the target for release of that project, or more precisely, that it will be shipped in the month specified on their Roadmap.

And nothing else is implied by that policy. It's the "nothing else" that introduced ambiguity, unfortunately. A project can be quite advanced, but not yet within the 90% certainty of a specific release month or it can be pie in the sky with no certainty it can ever be released. Yet neither project will appear on the roadmap. And that allows people to assume that both projects are hopelessly lost in space.

I suggest a less dramatic assumption is appropriate. Uncertainty about what will and won't be released, and when, is certainly a source of frustration. On the other hand, assuming the worst is probably not warranted.
 

jdraw

Super Moderator
Staff member
Local time
Today, 09:34
Joined
Jan 23, 2006
Messages
15,379
The download contains an Access file and folder, containing HTML files and a code library (Javascript). The form in the database uses a web control that gets its content from the index.html in the folder. These two must be synchronized according to the filing in your file system. That's actually all.

The functionality (colors, highlighting and some other things) result from the functionality of JavaScript, where there are many ready-made and far-reaching solutions due to the wide range of uses on the web and in different apps.
I extracted all files in the zip to a specific folder ...local\temp]DanielSQLEditor.
Opened his supplied database
C:\Users\JP\AppData\Local\Temp\DanielSQLEditor\MSAccess_SQLEditor_V1.005.accdb
???
I am looking at form SQL Editor??
If I go to form design view, I see buttons
1668179787202.png

Directory set up
1668181109829.png



I guess I am missing something obvious.
Reminds me of old IBM manuals, it's obvious once you've been through it once or twice.
 
Last edited:

Gasman

Enthusiastic Amateur
Local time
Today, 14:34
Joined
Sep 21, 2011
Messages
14,306
Too late a version for me anyway.
TBH for $10 I'd go for the one that Colin uses if I wrote raw sql.
 

dobseh

Member
Local time
Today, 14:34
Joined
Jul 9, 2022
Messages
44
I think the change in the way the Roadmap is maintained was a mistake, precisely because it has led to sentiments like this one. In other words, they replaced one kind of ambiguity with another, and one that is even more problematic.

The MS position is that projects will only go on the Roadmap when there is a certain level of certainty (I believe that is 90% certain) they can hit the target for release of that project, or more precisely, that it will be shipped in the month specified on their Roadmap.

And nothing else is implied by that policy. It's the "nothing else" that introduced ambiguity, unfortunately. A project can be quite advanced, but not yet within the 90% certainty of a specific release month or it can be pie in the sky with no certainty it can ever be released. Yet neither project will appear on the roadmap. And that allows people to assume that both projects are hopelessly lost in space.

I suggest a less dramatic assumption is appropriate. Uncertainty about what will and won't be released, and when, is certainly a source of frustration. On the other hand, assuming the worst is probably not warranted.
I've worked in IT for 20+ years, assuming the worst with Microsoft is absolutely warranted. Keeping in mind the project was meant for GR over 18 months ago and it's not even listed as in development anymore.

It's not ambiguity - it's not on the roadmap, assume it doesn't exist/will never ship. A pessimist is never disappointed.
 

jdraw

Super Moderator
Staff member
Local time
Today, 09:34
Joined
Jan 23, 2006
Messages
15,379
A pessimist is never disappointed.
As others have said--If you set your sites low enough, everything is acceptable.
 

ebs17

Well-known member
Local time
Today, 15:34
Joined
Feb 7, 2020
Messages
1,946

@jdraw :​

Form SQLEditor contains control Webbrowser0
Code:
Public Sub Form_Load()
' ...       
30        Me.WebBrowser0.ControlSource = "=""" & Application.CurrentProject.Path & "\html\index.html"""
' ...
cbo_SelQuery => select a query

The existing queries are quite sparse. Import two or three tables and create a slightly larger query and save it. After reopening the form, select this. Click on a field name, which is highlighted in color with each occurrence.
 

Users who are viewing this thread

Top Bottom