Apr 5, 2006 #1 ItIsHardToProgram Technical User Joined Mar 28, 2006 Messages 946 Location CA I was wondering if there was a way to stop users from modifying entrys that are already written in the Form
I was wondering if there was a way to stop users from modifying entrys that are already written in the Form
Apr 5, 2006 #2 RoyVidar Instructor Joined Jun 16, 2000 Messages 6,606 Location NO For instance set the forms AllowEdits property to No (check out, if you like also the DataEntry property) Roy-Vidar Upvote 0 Downvote
For instance set the forms AllowEdits property to No (check out, if you like also the DataEntry property) Roy-Vidar