I have a database that has been working fine, but seems to have delevoped a glitch.
I have a control button that sets a number of fields part of which is:
ElseIf [PolicyType] = "aaaaaaa" And [Company] = "bbbbbbb" Then
[POLICY CATEGORY] = "ccccccc"
[POL CAT ID] = "3"
[RET AGE LABEL] = ""
[VAL NOTES AUTO] = "This is a Bond numbered " & [ddddd] & " taken out via bbbbbbbbb."
It all works fine - except for one field [VAL NOTES AUTO] when I click the control the fields are updated correctly. HOWEVER when I SAVE or CLOSE the form I get the message "Record is deleted" and the contents of that one field is deleted. It's driving me mad as this worked fine for ages. The only change I have made is to add another of these control buttons to another page (form) so the user can update fields from either place.
Any ideas??
I have a control button that sets a number of fields part of which is:
ElseIf [PolicyType] = "aaaaaaa" And [Company] = "bbbbbbb" Then
[POLICY CATEGORY] = "ccccccc"
[POL CAT ID] = "3"
[RET AGE LABEL] = ""
[VAL NOTES AUTO] = "This is a Bond numbered " & [ddddd] & " taken out via bbbbbbbbb."
It all works fine - except for one field [VAL NOTES AUTO] when I click the control the fields are updated correctly. HOWEVER when I SAVE or CLOSE the form I get the message "Record is deleted" and the contents of that one field is deleted. It's driving me mad as this worked fine for ages. The only change I have made is to add another of these control buttons to another page (form) so the user can update fields from either place.
Any ideas??