last entry in a datasheet

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

Guest

When I enter data into a datasheet it automatically creates another line. I
want the last line to only contain inputted data -------------- How do I stop
the datasheet expanding beyond my data input?
 
Hi Stuart,

Autonumber automatically adds a new line. If you have default values for
anything set in your Tables or Forms it will show up in the new line also.
You could run a query that has Is Not Null as the criteria for one of your
fields.

Hunter57
Just huntin' for some data.
http://churchmanagementsoftware.googlepages.com
 
When I enter data into a datasheet it automatically creates another line. I
want the last line to only contain inputted data -------------- How do I stop
the datasheet expanding beyond my data input?

So you want to be able to input as many lines of data as you want to input...

and then have Access "sense" that you're done and not allow any more!?

The telepathic interface package is still under development I fear! <g>

You can set the "Allow Additions" property of a form to No in order to remove
the "new record" line and see only existing data. Of course that means that
you can't *add* any new records (with that form).


John W. Vinson [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

Back
Top