I am trying to update DB using ADO Recordset.
Rs1.addnew
with Rs1
!name = str2field(txtname)
end with
Rs1.update
when i run this code i get function not defined.
do you know which library should i load to define this function " str2field".
thanks,
myasin78
Rs1.addnew
with Rs1
!name = str2field(txtname)
end with
Rs1.update
when i run this code i get function not defined.
do you know which library should i load to define this function " str2field".
thanks,
myasin78