PDA

View Full Version : Solved: Field values not showing in Listbox Control



Slicemahn
02-08-2008, 03:41 AM
Hello Everyone!

I have a problem with a listbox control on my form. I have checked all the properties including column width, column count but cannot find out why the values do not show. The listbox is to display records from phone number list table and the field that I am having problems with is the phonenumber field.

My form is bound to that same table.
The listbox uses a query as its recordsource for the records desired.

Any ideas? Help me please. I have been stuck on this one for a while.

rconverse
02-08-2008, 08:56 AM
Have you checked the bound column to the listbox?

Slicemahn
02-08-2008, 03:19 PM
Have you checked the bound column to the listbox?
The bound column is actually the primary key of the table in which I want to be displayed. The second field which is a phone number field shows as blank.