Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic .NET only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
Forum
Topic
Visual Basic .NET
how to create message box when in vb.net after click the button such as delete?
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
mrijet
New Member
Join Date:
Feb 2015
Posts:
64
#1
how to create message box when in vb.net after click the button such as delete?
Feb 17 '15, 01:57 AM
Code:
Dim sql as string sql = "DELETE * FROM tablename WHERE fieldname = YES" docmd.runsql sql end sub
how to create statement if or else if...if the user choose not to delete the data?
samvb
New Member
Join Date:
Oct 2006
Posts:
228
#2
Feb 18 '15, 11:05 AM
Why not use dialogresult enum?
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment