Changing text box property after Update

J

Jim/Chris

I do not know the macro command but
how about this in the after update
event procedure
Me.FieldName.Locked = True

Jim
-----Original Message-----
I would like to change the property of a text box to
Locked after I have updated the field. I know I need to
create a macro for the AfterUpdate command but I can't seen
to figure it out. Any help is appreciated.
 
S

Steve Schapel

With a macro, you would use...
Action: SetValue
Item: [YourField].[Locked]
Expression: Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top