Annoying Add New Record

C

Chris Freeman

In my app, I have several forms that report employee hours and status via
queries and filters. Problem is this: I always get that annoying blabk line
at the end. I have Is Not Null in my query, but every single form I have has
3, 4, 5 or more lines of data, and then the blank add new record at the end.

How do I get rid of this so the form/reports look clean?

thanks
 
K

Ken Snell [MVP]

Reports won't show that blank line (that blank line is to allow the entry of
a new record). To turn it off in a form, set the form's Allow Additions
property to No.
 
C

Chris Freeman

Thanks guys. I knew it was something so simple, but I was looing at the table
and the queries. Beauty
 

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