Hey, i have a db which uses a selection from a combo box to bring up a new form.A user then makes a selection from a listbox and presses a button to bring up another form. The results on this form are primarily stored (returned using a query), but the user must be able to edit some of the textboxes and save these changes down. However, i thought having the control source and making the textbox editable would (unlock) would do the trick. HOwever this doesn't appear to be the case.I have tried from a save command button to set the values in the table with those of the values on the form. BUt not working. I am sure this is a very frequent problem raised. Could you possibly help. Much appreciated.