I need to update my recordset with records drawn from the textboxes with code lik

rsEmployeeInfo!FirstName = txtFName.Text
rsEmployeeInfo!MiddleInitial = txtMInitial.Text
rsEmployeeInfo.Update


but this is giving me an error :


Run time error 3251:

Operation requested by application is not supported by Provider


So do I hv 2 change some recordset properties 2 get about it. ??