Access MS access forms list box problems

Joined
Apr 18, 2017
Messages
2
Reaction score
0
Hi there, I am new so be gentle with me please.
I have created a simple form to select a parameter for a report. The status field I created is defined as a list box and is populated by a simple sql query providing 2 columns, status code and status description. The form displays fine and the list appears fine when I click on the fields down arrow thingie. However it will not let me select any of the entries with the mouse or the arrow keys. It will step through the values when I hit the enter key. Any hints as to what I have screwed up or omitted please? Any suggestion on where to read up more on this?

Field properties
Enabled=yes, locked=no, bound column=1,
Form Properties
data entry=yes, allow additions=yes, allow deletions=yes, allow edits=yes,

Thanks
StevenD
 
PS. Most of this is running with no VB, just some simple macros, tables, queries, forms and reports.
StevenD
 
Back
Top