I'm trying to use this code to copy data from a table existing on another database to the current database that is calling the code from:
DoCmd.RunSQL "SELECT * INTO Rating IN C:\Documents and Settings\user\Desktop\Test.mdb FROM Rating;"
But I keep getting an error message "Query input must contain at least one table or query"
Thanks in advance
DoCmd.RunSQL "SELECT * INTO Rating IN C:\Documents and Settings\user\Desktop\Test.mdb FROM Rating;"
But I keep getting an error message "Query input must contain at least one table or query"
Thanks in advance