Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
~177 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
visual-basic x 1
database-sql x 1
1 Posted Topic
Hello, Kindly submit your code so that we can see where you got stuck Example: private sub Command1_Click() dim rs as Object,DB as object SET rs=CreateObject("ADODB.Recordset") set DB=CreateObject("ADODB.Connection") DB.OPEN "Connection_string_to_data_base{replace with}" sql="SELECT *FROM `table_name` WHERE Id_column=" & val(text1.text) set rs=db.execute(sql) if rs.bof and rs.eof then msgbox "your record search criteria …
The End.
Joe-Guru