use SQL string. just apppend your text1.text to a SQL string and then execute this SQL string by the open method of your recordset, maybe like following code
call yourrecordset.open("update yourtablename set yourfieldname=" & "text1.text,yourconnrction)this way can work doing not care your datatype