Bob, Will it make difference in the way i am executing this statement with Recordset.
rs.CursorLocation = adUseClient
rs.Open strSQL, rsconn, adOpenKeyset, adLockPessimistic
Bob, I have enclosed all the fields in select statement in [] and still getting the error msg lexical element not found : <Identifier>. I dont think its problem with the statement as i am able to execute the select statement, i am getting this error only when i include the Insert part with it...
i did try the debug.print strSQL with no output and also i have corrected the same issue but still i am getting the error message "Runtime Error - 2147467259 (80004005)river]Expected lexical element not found: <identifier>. Please help
Hi, Thanks for the quick response, yes i did post in vba module but felt that its more visible in general forum. I did try the below statement but still getting the same error message.
"Insert into Daily...
All,
I need experts advice on resolving this issue, i am trying to extract data from a sql server database on to an access database for my custom dashboard.
I am getting the "Runtime Error - 2147467259 (80004005):Driver]Expected lexical element not found: VALUES" while i am trying to execute...
Keith,
its giving me an err message Microsoft Access cannot find the object 'qryExample'. Any thing that i need to do other than this query. Appreciate all your help on this...