Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: balbino
  • Order by date
  1. balbino

    Programatically deleting Tables

    You can try : dbs.Execute "DROP TABLE [YESTERDAY_TABLE];" But if you don´t want to delete the "yesterday-table" you can use "today-table" overwriting itself every day with a SELECT..INTO sentence. DoCmd.SetWarnings False '** Don´t ask : Overwrite existing...
  2. balbino

    Disconnect from a table

    If you have created a Tabledef with the Connect method to work with an external database table, the only way I know to end the connection is just deleting the TABLE. For example: dbasetempname.TableDefs.Delete Tablename [afro]Cheers ! Balbino.

Part and Inventory Search

Back
Top