View Single Post
  #2  
Old May 13th, 2010, 10:21 AM posted to microsoft.public.access.forms
RonaldoOneNil
external usenet poster
 
Posts: 345
Default How to enable New/Delete record button when a form opened?

Have you set the form properties Allow additions and Allow deletions to No by
accident ?

"fox" wrote:

Hello,
I have a problem to fix my program. It's a form which display records. I
have "New record" and "Delete record" buttons on the toobar. It works fine
before, however, for some reason, when I open the form, those buttons still
grey out(disabled). I am not sure how it happened. Any advices to make it
enabled?

Thank you very much.

Fox