Access Listbox (1 Viewer)

SteveVS

Registered User.
Local time
Today, 17:58
Joined
Feb 20, 2017
Messages
14
Hi all.
I require a bit of assistance with a list box

I populate the list box from a SQL query
the query works fine and the column widths are properly defined

But the problem is it doesn't show the "Description" of the first Row and none of the "Date" columns
But when I debug the code the "Date" column shows but not the "Description" column and this is only for a few records
[/IMG]

I would appreciate any assistance
 

bob fitz

AWF VIP
Local time
Today, 15:58
Joined
May 23, 2011
Messages
4,727
Do you get the required results from the actual query if you open that
 

SteveVS

Registered User.
Local time
Today, 17:58
Joined
Feb 20, 2017
Messages
14
Yes I do get the correct results from the query when I run it
 

bob fitz

AWF VIP
Local time
Today, 15:58
Joined
May 23, 2011
Messages
4,727
Have you tried to delete the combo box and recreate it
 

SteveVS

Registered User.
Local time
Today, 17:58
Joined
Feb 20, 2017
Messages
14
I have Tried that but still gives the same errors
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 09:58
Joined
Feb 28, 2001
Messages
27,187
You say it works correctly when you debug it. By that, do you mean that it works correctly if you take a breakpoint in the code, but not if you run straight through? If so, then focus on what follows that breakpoint.
 

SteveVS

Registered User.
Local time
Today, 17:58
Joined
Feb 20, 2017
Messages
14
It doesn't even correctly display with the break point. some rows only show the "date" and not the other fields while other rows show the other fields but not the "date" field
 

Users who are viewing this thread

Top Bottom