Apr 14, 2008 #1 ajolson1964 Programmer Joined Mar 25, 2008 Messages 31 Location US Is there function that will delete all files within a table?
Apr 14, 2008 #2 Remou Technical User Joined Sep 30, 2002 Messages 13,030 Location BE What do you mean by files within a table? Do you mean records? Upvote 0 Downvote
Apr 14, 2008 Thread starter #3 ajolson1964 Programmer Joined Mar 25, 2008 Messages 31 Location US Yes Record is what I mean. Sorry. Upvote 0 Downvote
Apr 14, 2008 #4 Remou Technical User Joined Sep 30, 2002 Messages 13,030 Location BE You can use a query. The query SQL will be on the lines of: DELETE FROM tblTable Upvote 0 Downvote
Apr 14, 2008 Thread starter #5 ajolson1964 Programmer Joined Mar 25, 2008 Messages 31 Location US Works like a champ. Thanks. Upvote 0 Downvote