Hi,
This is probably a very basic question – sorry!  
I have previously used GeniusConnect to link my Outlook contacts to MS Access, with great success.  I’d now like to go back to basics and link all my Outlook contacts to a new Excel worksheet, called Sheet1.  All I want to do initially is to dump everything in my Contacts folder into the new Excel worksheet.  I’m using Excel 2003 and GeniusConnect 3.0.1.0SP1.
I have created a column called “Ident” in the worksheet called “Sheet1” and made Ident the primary key.  My SQL statement is:
“select max(Ident) + 1 from Sheet1$”.  When I test the SQL, I get the following error:  
“37000 [Microsoft][ODBC Excel Driver] Syntax error in FROM clause. (-3506)”
Can you please tell me what I’m doing wrong?
Thanks in advance.