Posts
 
Reputation
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

1 Posted Topic

Member Avatar for Okere

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 …

Member Avatar for Joe-Guru
0
177

The End.