ListBox with CheckBoxes shows a new record checkbox

dj59

Registered User.
Local time
Today, 11:54
Joined
Jul 27, 2012
Messages
70
I have a listbox with checkbox's based on a table.
The listbox reflects everything great, except it shows an extra checkbox at the end of the list that does nothing.

I think this is the "next record" from the table, but I don't want this to show. How do I hide or get ride of this extra checkbox?

Thanks.
 
Okay are you talking about Datasheet or ListBox? If it is Listbox I am not sure if you can have check boxes in them. :confused:

I am going with the impression that it is a Datasheet. If you do not want the new record to show, then set the Allow Addition to No
 
Last edited:
Yes, it is a listbox with a checkbox feature and setting allow additions to No did the trick. Thanks so much.

I have to find how to set this to solved....hmmm.
 

Users who are viewing this thread

Back
Top Bottom