Y 
		
								
				
				
			
		Your name
I drop a table, and try to re-create it later.  I get a message saying the
(dropped)table is still there.
I have tried both (obviously not at the same time):
DoCmd.RunSQL "Drop Table xxx"
DoCmd.DeleteObject acTable, "xxx"
I cannot delete the rows and re-populate because when I rebuild the table,
the number of columns varies.
It is like I need a "commit", or need to refresh a catalog or something.
Any suggestions?
Thanks in advance.
				
			(dropped)table is still there.
I have tried both (obviously not at the same time):
DoCmd.RunSQL "Drop Table xxx"
DoCmd.DeleteObject acTable, "xxx"
I cannot delete the rows and re-populate because when I rebuild the table,
the number of columns varies.
It is like I need a "commit", or need to refresh a catalog or something.
Any suggestions?
Thanks in advance.