hello, i am creating a simple registration database and i used the adodc component

i made a database in ms access with tables

pin
mobile number
date registered
expiry date
now, i have 4 TextBox in my vb Form1 ; txtPin,txtMobileNumber,txtDateR,txtEDate and 6 Command Button ; add pin,save pin,delete account,update account,cancel,edit account

first i saved 5 pins in my database..

Example:

1111111111
2222222222
3333333333
4444444444
5555555555
now, i have 2 TextBox ; txtReceived_MobileNumber,txtReceived_Message

if received a message from txtReceived_Message
with the format: PowSMS 3333333333 i want this 3333333333 find first in my database if this is exist, if exist i want the mobile number from txtReceived_MobileNumber register in pin 3333333333 also appear the registered date and expiry date..

Thanks and Advance

br