I got many things try but it always an error somebody know this problem? i want to delete all data using only one command button. :(
Recommended Answers
Jump to PostIf using ADO then try this
conn.begintrans 'conn-----adodb connection object conn.execute "delete from table_name" conn.committtrans
All 4 Replies
BitBlt 452 Practically a Master Poster Featured Poster
abhishekkp 0 Newbie Poster
debasisdas 580 Posting Genius Featured Poster
mb01a 18 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.