I have a bound text box on my form. It is used to make an ammendment to a finished report. The finished report is locked and the controls to use it are disabled when the lock is in place. The ammendment feild is only active if the lock is in place. What I want to do is after the ammendment feild is changed I plan on it becoming disabled something like if me!ammendment is notnull then me!ammendment enabled = false. Once that feild has text in it I want to add my own string in front of whatever was typed in. I want to add "***Ammendment to original report***CurrentDate***" and then the text that was typed in will be moved down one line. Is this possible and how should I go about it.
Thanks Zorro
Thanks Zorro