Skip to content
Advertisement

Tag: ms-access

ADODB Connection to two access database

Due to ms access 2GB limitations on space; i am considering splitting a database into two. However I regularly rely on SQL statements such as the following: Is there a way in ADODB to perform the above, ie INSERT INTO table in file 1, the SELECT data from a table in file 2 ? Answer Here’s an example of updating

MS-Access SQL DISTINCT GROUP BY

I am currently trying to SELECT the DISTINCT FirstNames in a GROUP, using Microsoft Access 2010. The simplified relevant columns of my table looks like this: My actual table contains two columns to which I want to apply this process (separately), but I should be able to simply repeat the process for the other column. The column group number is

Left Join On And clause not supported

I’ve looked into various posts (this one, that one and this other one) and thought I got the answer. After a LEFT JOIN I may add an ON [condition] AND [other condition] (I’ve also tried WHERE). But …

Advertisement