Okay I shall try and explain this.
Our company wants everything to be written using ADO as they are migrating to Windows & OfficeXP.
So my issue is :
I open a form setting an unbound listbox using an SQL string.
I then allow the user to endit an item in separate text boxes.
Upon the Save of these changes I requery the list box. This listbox does not appear to update these changes.
This is a time delay beacuse if I check the table it is updated, and if I close and open the form it is updated.
Sometimes when I go to edit again, the updated information is loaded into the text boxes, from the listbox, even though the listbox
display does not show the updated information. I have tested using both ADO 2.1 & 2.6
Does anybody have any Idea?