Dan Waters
dwaters at usinternet.com
Thu Jul 10 16:10:02 CDT 2008
I'm trying to first delete and then recreate a table in another database,
but the DeleteObject command can't find the table.
This is not working:
DoCmd.DeleteObject acTable, "tblTemp IN '" & TempTablesPath & "'"
What will work?
Thanks!
Dan