Read Only Problem

  • Thread starter Thread starter Matt Howard
  • Start date Start date
M

Matt Howard

I have a form that is opened by DoCmd.OpenForm with one of
the parameters as acFormReadOnly. Works for other forms
that have identical properties, but minus a few objects on
the form like a label and a command button. I am at my
wit's end because I have scoured the properties and code
and have not been able to find out what is wrong.

Please, any help is appreciated!!!

TIA,

Matt
 
I have a form that is opened by
DoCmd.OpenForm with one of the
the parameters as acFormReadOnly.
Works for other forms that have
identical properties, but minus
a few objects on the form like a
label and a command button. I am
at my wit's end because I have
scoured the properties and code
and have not been able to find
out what is wrong.

I am at _my_ wits' end, too. If you don't explain what the
_symptoms_ are that indicate to you it isn't working
properly, you'd need to post in "psychics.debug.my.code".
In fact, we even have to assume that it isn't working
because you say "works for other forms", though you never
say it (what?) isn't working for this one.
 
Back
Top