Access Listbox

SteveVS

Registered User.
Local time
Today, 15:41
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
open
[/IMG]

I would appreciate any assistance
 
Do you get the required results from the actual query if you open that
 
Yes I do get the correct results from the query when I run it
 
Have you tried to delete the combo box and recreate it
 
I have Tried that but still gives the same errors
 
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.
 
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

Back
Top Bottom