Blank record on Form

G

Gsurfdude

Hello,

I have a continuoues form with the row source set to a query coded in VBA
rather than in the properties. This form is set to Dynaset inconsistant
updates. The tables are all linked to Oracle BTW. On my form, the last row is
blank with a asterics next to it. Same goes in the table - how do I get rid
of this? I just need to show the data - not the blank row that nothing can be
entered in to.

Thanks in advance.
 
M

Marshall Barton

Gsurfdude said:
I have a continuoues form with the row source set to a query coded in VBA
rather than in the properties. This form is set to Dynaset inconsistant
updates. The tables are all linked to Oracle BTW. On my form, the last row is
blank with a asterics next to it. Same goes in the table - how do I get rid
of this? I just need to show the data - not the blank row that nothing can be
entered in to.

Try setting the form's AllowAdditions property to No
 

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