30 pts.
 Replace an Exsisting Table
I want to make a Table in Access. I figured this out but how do I overwrite this table because obviously I don't want to make new tables again and again. Right now i have just implemented a simple table. Any help would be help. Thanks

Software/Hardware used:
ASKED: December 29, 2008  7:50 PM
UPDATED: January 2, 2009  6:46 PM

Answer Wiki:
How are you putting data into the table? Access allows sql type queries. Use the truncate command: truncate table xyz; This will delete all the data from the table but keep the table structure intact.
Last Wiki Answer Submitted:  December 30, 2008  4:22 pm  by  Apickel   350 pts.
All Answer Wiki Contributors:  Apickel   350 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I don’t understand what you want me to answer?

 30 pts.