List Box Problem

carolp

New member
Local time
Today, 13:54
Joined
May 31, 2012
Messages
3
Hi all. I'm an experienced Access programmer in the UK and I have just started getting a peculiar problem with some of me listbox controls in Access 2016. When I make the first selection in the listbox a 'ghost control' appears at the base of the listbox. The 'ghost control' disappears if I make any subsequent selections. Hopefully I have attached an image of the problem!!

Any ideas please?
 

Attachments

  • Capture.JPG
    Capture.JPG
    16.6 KB · Views: 125
Are any of the fields included in the Listbox Multivalued?
 
No, there is only one field and it is the year number
 
In design view "select all" from the ribbon this will expose all of items on the form. Sometimes we attempt to hide an element and we for get it's there, select all will show all elements and controls.
 
Carolp
Welcome to the forum with your first post only 7 years after you joined ...
 
its the Edit List Item menu.
you can remove it on Design view of your form.
click on the listbox and on it's Property Sheet->Data->Allow Value List Edits: No.
 

Users who are viewing this thread

Back
Top Bottom