Definitely it is possible. U did not mention here which version of Access u r using ! Though try out this tricks....
There is a way called "Upsizing" which helps to convert access database into Sql (here sql means, assuming Sql Server) . To run the Upsizing Wizard in Access, Click Tools > Database Utilities > then point to Upsizing Wizard.
And from Excel to SQL (also assuming Sql Server) for this purpose, please visit <a href="http://support.microsoft.com/kb/321686">Here.</a>
Though more details r required to provide fruitful answers.
Last Wiki Answer Submitted: January 19, 2011 4:56 am by Subhendu Sen22,035 pts.
All Answer Wiki Contributors: Subhendu Sen22,035 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
In SQL you can use UTL_FILE to read a TXT file created by Excel..
Just a minor clarification:
UTL_FILE is not SQL and it cannot be used in SQL Server.
It is a PL/SQL package, and it can only be used on Oracle databases.