form "disappearing" in form view

S

sboyd

I have created a form that looks great in design view but
when i switch over to form view i get a blank screen. Any
ideas?????
 
A

Allen Browne

The detail section of your form goes completely blank if both:
1) There are no records to display, and
2) No new records can be added.

#1 could be caused by a table with no records, a query that returns no
records, a Filter that returns no records, etc.

#2 could be caused by a read-only source query (i.e. you cannot add records
to the query either), by setting the form's AllowAdditions property to No,
by using a read-only source (CD, network share, etc), or permissions.
 
R

RobFMS

Is it possible that you set the following properties on the form:

AllowEdits=No
AllowDeletions=No
AllowAdditions=No
Data Entry=Yes


If so, set AllowAdditions=Yes.


--
Rob

FMS Professional Solutions Group
http://www.fmsinc.com/consulting

Software Tools for .NET, SQL Server, Visual Basic & Access
http://www.fmsinc.com

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 

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