Forum Discussion
jtreankler-thinktrg
Jun 04, 2024Copper Contributor
How to create SQL query against Access database?
Simple question from a n00b here. I've connected the Access application to a local copy of a database and can see the tables; now I need to make an SQL query against one of the tables. ...
George_Hepworth
Jun 04, 2024Silver Contributor
Access is designed for the citizen developer or whatever the current fad name is for "ordinary people who want to create a database application". That means defaults are often geared towards the more GUI interface options. And that leads us to "Design View". It's a grid in which you are guided in the first steps of selecting tables, adding joins using a line drawn in the designer and so on.
Good news, for those who are more comfortable with SQL, though. From the query grid in Design View, you can switch to SQL view, either immediately or after selecting a table or two.
George_Hepworth
Jun 04, 2024Silver Contributor