Hi Hunnicutt,
Question 1:
Try ..Docmd.transferspreadsheet
however, you have to specify the table name into which you are importing and excel filename which u r importing. For user freindly browsing the excel file, you have to create a some forms insert some objects for this and u have to write a code for this. If you want let me try and send it to u.
Question 2:
Write a query to delete everything in the table as...
create new query and type the following in query view
delete [yourtablename.*] from yourtablename
and save it (eg,,qryDEL). Now create a new form and insert a button thru button wizard and select runquery from miscellaneous and select the above query name(qryDEL), to delete. Hope I am clear.
Best
Shyam