why does my input form appear blank in input mode

L

Larry

I am developing an input form and a couple of report forms. The reports work
fine, the problem is with the input form. Suddenly as I am writing the code
and go to look at the product for appearance, the form page is blank. When I
right click on the background and select design mode, the design page is
present. Any help would be appreciated.
 
T

Tom van Stiphout

On Wed, 31 Dec 2008 04:47:00 -0800, Larry

You may have an illogical combination of form properties, such as
AllowAdditions=False and DataEntry=True.

-Tom.
Microsoft Access MVP
 
L

Larry

Tom, I had thought the same thing, but on checking, didn't find any
conflicts. Have to keep on looking.
 
L

Larry Linson

Larry said:
I am developing an input form and a couple of report forms. The reports
work
fine, the problem is with the input form. Suddenly as I am writing the
code
and go to look at the product for appearance, the form page is blank.
When I
right click on the background and select design mode, the design page is
present. Any help would be appreciated.

A form which does not allow editing, with a current record with no data (or
no current record), will not display the controls. A form for which data
entry is specified will never show data, but should show the controls. It
reads as if you have probably eliminated these, already, but if not, . . .

Larry Linson
Microsoft Office Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top