Loading
Share Your Source Code or Article
Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.
Submit now...
Submit now...
Sponsor
Receive Free Updates
Today's popular content
- Payroll System (64)
- Hotel Reservation System (VB.NET) (64)
- How to Connect to a Database and Add/Update/Delete Record (61)
- Automated Voting System (60)
- Free Hotel Management System Manual (58)
- Hotel Reservation System in MS Access (55)
- A Simple Add, Edit, Delete, and Search using VB and MSAccess (49)
- Hotel Reservation System (48)
- Visual Basic .NET 2008 Tutorial (46)
- How to Add/Update/Delete Record using MS Access Database (45)
- 1 of 204
- ››
Random Post
- Working With Registers(Assembly Language) (1,393)
- Simple Multiplication Table (2,751)
- SQL RIGHT JOIN Keyword (1,313)
- How to Retrieve and Save Data using TextBox Control (16,486)
- CD Rental Colasaw (2,892)
- Multiplication Table in C Sharp (1,741)
- How to Modify Data Using ExecuteNonQuery (11,844)
- Download Crystal Reports 2010 for Visual Studio Now (7,436)
- Windows Forms - TreeView Control (11,622)
- Unloading Form with a Style! (3,393)
- 1 of 133
- ››
its like just youre comparing a sql statement dba.hehe
gnto siguru un..ah siguru ung mga numbers eh nka array po un..
so it means you will need a for loop..
example:
nakaaray po ung cmd jan
Private Sub Command1_Click(Index As Integer)
'Label2.Caption = ""
For x = 0 To 2 'so tatlo lng ung cmd x represent its index
If Command1(x).Value = True Then
Label2.Caption = Label2.Caption & Command1(x).Caption
End If
Next x
End Sub
rs.open"select * from table where username="& val( label2.caption) &"",con,2,3
if not rs.eof then
msgbox"sdfsdfsf"
else
msgbox"sdfsdf"
end if
hehe try mo!