Hello guys,
Please I need your help!!. I have pull up some records from my database. Now I want to set a property to yes. for example, I've pulled up records for clients who need to receive a letter. After the letter has been printed correctly, I want to set the status of the letterprinted field to yes. On the form, it show as a checkbox but when I try to set it to yes using the following code:
Me.LetterPrinted= "yes" , an error message saying recordset not updatable.
What can I do to update this field? many thanks for your help!!!
Please I need your help!!. I have pull up some records from my database. Now I want to set a property to yes. for example, I've pulled up records for clients who need to receive a letter. After the letter has been printed correctly, I want to set the status of the letterprinted field to yes. On the form, it show as a checkbox but when I try to set it to yes using the following code:
Me.LetterPrinted= "yes" , an error message saying recordset not updatable.
What can I do to update this field? many thanks for your help!!!