I think I've been doing things the hard way. To reduce the chance of users typing over information accidentally, I've made three versions of the same form. One has all controls unlocked with data entry set to yes (New records), one has all controls set to locked (view only), and one is set with all controls unlocked with data entry set to No (Editable - called with command button from view only forms).
Is there a way to do this using the same form, by changing some argument in the command button code that calls these this form?
Is there a way to do this using the same form, by changing some argument in the command button code that calls these this form?