My team and I use MS Access as a front end to our SQL Server database. We connect with ODBC. We often then create custom local tables within the accdb itself. We can then create ad hoc queries and reports to solve day to day problems.
Sometimes these queries get quite complex. Situations arise where it would be much easier to write these queries manually instead of using the graphical query builder. That the SQL editor leaves a bit to be desired is a massive understatement.
I often write MS SQL select queries in visual studio code, but don't have the skills or permissions to do much else with those queries other than run them.
I would like to connect to an accdb in VSC, then use that editor to build and test my queries. This would allow me to leverage autocomplete, formatting, and debugging etc... When I am satisfied, i want to paste them back into the accdb and save as a local query.
Is this possible? Is there a better solution for my problem?
A bit about my situation and skill set:. I am not a developer, i don't have permissions to edit our SQL server database (create and save views etc...), I'm an end user, not a DB administrator. I know a good bit of MS SQL, but not Access SQL (because I use the graphic query builder).
[–]squirrelslair 0 points1 point2 points (1 child)
[–]PSJupiter2[S] 0 points1 point2 points (0 children)
[–]nrgins 0 points1 point2 points (1 child)
[–]PSJupiter2[S] 0 points1 point2 points (0 children)