Hi all,
There is hopefully a simple fix to my problem...it's baffling me
I have a Command Button on my form which opens another form. Both forms use data from the same table.
I don't want the user to be able to change two fields on the opened form. The third field on the opened form is a free text memo field. To keep the user from updating those two fields I set their property to "Locked".
When testing the form, I could put text into the memo field once, but couldn't update or edit. Every time I click into the field the scroll bar for the field disappears.
How can I get the field to be updatable, but keep the other two fields from being modified?
Thanks in advance for the help,
JDB
There is hopefully a simple fix to my problem...it's baffling me

I have a Command Button on my form which opens another form. Both forms use data from the same table.
I don't want the user to be able to change two fields on the opened form. The third field on the opened form is a free text memo field. To keep the user from updating those two fields I set their property to "Locked".
When testing the form, I could put text into the memo field once, but couldn't update or edit. Every time I click into the field the scroll bar for the field disappears.
How can I get the field to be updatable, but keep the other two fields from being modified?
Thanks in advance for the help,
JDB