Macro Command for Form

P

Petra

I need help in writing the expression to a SetValue function in an Access
macro. I need to make certain forms to become either snapshot recordset type
or allowedits = false when run. I appreciate any help.
 
M

[MVP] S.Clark

There is a parameter in the OpenForm action that specifies the datamode of
which the form should utilize. Trying using it, instead of the SetValue.
 
P

Petra

Thank you. How can I run this command "at will"? I need the form to be
editable when opening the database, but non-editable before closing the
database...is there a way to "schedule" this code to run?
 
Top