boblarson
Smeghead
- Local time
- Today, 15:58
- Joined
- Jan 12, 2001
- Messages
- 32,059
Get a good night's sleep. Of course, I had to get it right after that 

Code:
Dim strSQL As String
strSQL = "DROP INDEX PrimaryKey ON tblBrazil"
CurrentDb.Execute strSQL, dbFailOnError
strSQL = "ALTER TABLE tblBrazil DROP COLUMN ID"
CurrentDb.Execute strSQL, dbFailOnError