G
Guest
Here's a peculiar item.
A few weeks ago, I began reworking a front end mdb and noticed that one of
my listboxes stopped displaying data in the first column of a listbox on one
of my forms.
The data is 'there'. If you look it up in an immediate window using the
column(0,1) reference, the result is correct. The listbox data is populated
via sql line via vba code.
Copy the mdb to another workstation and it works fine.
Bring up a copy of the form from archives/source-safe and the same result
occurs.
The field is a 6 number string. The BE data and table have not been
modified, either.
I have decompiled, used both 2000 and 2003 versions of mdb and mde files. I
have manually ran through the code and
According to the Windows Update history, SP3 installed around the time I
noticed the missing field.
So...Any ideas of what I'm missing? This is code and data that hasn't been
modified for some time. So, the focus has to be what is going on with the
workstation. Its a WinXP-SP2 machine w/ Office 2003, Visual Studio 2003. I
am about to the point of wiping the HD and reinstalling.
BC
A few weeks ago, I began reworking a front end mdb and noticed that one of
my listboxes stopped displaying data in the first column of a listbox on one
of my forms.
The data is 'there'. If you look it up in an immediate window using the
column(0,1) reference, the result is correct. The listbox data is populated
via sql line via vba code.
Copy the mdb to another workstation and it works fine.
Bring up a copy of the form from archives/source-safe and the same result
occurs.
The field is a 6 number string. The BE data and table have not been
modified, either.
I have decompiled, used both 2000 and 2003 versions of mdb and mde files. I
have manually ran through the code and
According to the Windows Update history, SP3 installed around the time I
noticed the missing field.
So...Any ideas of what I'm missing? This is code and data that hasn't been
modified for some time. So, the focus has to be what is going on with the
workstation. Its a WinXP-SP2 machine w/ Office 2003, Visual Studio 2003. I
am about to the point of wiping the HD and reinstalling.
BC