Access 2002 Form object

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Help!
I spent hours on designing forms for data entry and got it the way I want
it. Now when I want to view form or test data entry, the entire screen is
blank (blue) and input is inhibited. Does any one know what is my problem?

Thanks in advance
 
If you can see the controls in design view but not in form view then you
probably have a record source that is read only and possibly either no
records returned or the form's Data Entry property set to Yes.

When you view the datasheet view of the form's record source, can you add or
edit records?
 
It works! Thank you very much. You saved me hours of frustrations. It
returned zero records. I thought it would return a blank entry form. Thanks
again.
 
Back
Top