Advances to second record

DanG

Registered User.
Local time
Today, 15:04
Joined
Nov 4, 2004
Messages
477
Hello,

I have main form and an associated subform. The subform only has one record per main form association.
The problem is even though there is no second record in the subform it lets you advance to the second record which is blank (because it doesn't exist).

Now I know you can not show the record selectors in the subform (which I have done) but it seems if the user has a scroll wheel they can advance to the blank record. I am not able to load dll's to implement a scroll wheel stopper as I have read about.

Since there is only one record, how do I only make it show that one record and nothing else.

Thank you
 
Try setting the Allow Additions property of the subform to No.
 
That did the trick!

Thank you very much.
 

Users who are viewing this thread

Back
Top Bottom