Query: Datasheet View

T

Theo Geer

I'm pretty sure the answer is no, but I thought I'd check just in case I'm
wrong.

Is there a way to set the datasheet to not display the blank data-entry row
at the end of the query results? I have a client who refuses to let me put
his data in a report, doesn't want to pay for me to house it as a form, but
insists that he doesn't want to see this blank row.

Any ideas?
 
D

David Cox

Kludge: You can make the query non-updatable by making one of the fields
calculated. e.g add 0 to a numeric or & "" to text.
 
Top