Lookup Not Working

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Running Access 2003 SP2. Have several tables and forms that utilize combo
boxes to "lookup" info from other tables (i.e., state abbreviations) and
everything is working fine. I installed SP3 and now all the combo boxes are
displaying blank entries. I copied the database to a flash drive and ran it
on another pc and the lookups work fine. Issue with SP3?
 
Problem with SP3 that MS is aware of.

Quoting from Ken Snell

[IS] the field to which the combo box is bound ... a text field and has
a Format property setting for the field in the table? If yes, this is a bug
that has been reported by many ACCESS users during past weeks. It apparently
is a bug in Office 2003 SP3, which was released by MS about a week ago. MS
is aware of the bug and is working on how to fix it.

In the meantime, the "complete workaround" is to remove the Format
property's value from the field's properties in the table's design view.
Otherwise, concatenating the field's value with an empty string also seems
to "overcome" the problem.


--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 
Thanks John for the info. I made the change as you suggested and it's
working now. Thanks again.

John Spencer said:
Problem with SP3 that MS is aware of.

Quoting from Ken Snell

[IS] the field to which the combo box is bound ... a text field and has
a Format property setting for the field in the table? If yes, this is a bug
that has been reported by many ACCESS users during past weeks. It apparently
is a bug in Office 2003 SP3, which was released by MS about a week ago. MS
is aware of the bug and is working on how to fix it.

In the meantime, the "complete workaround" is to remove the Format
property's value from the field's properties in the table's design view.
Otherwise, concatenating the field's value with an empty string also seems
to "overcome" the problem.


--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..

MikeM said:
Running Access 2003 SP2. Have several tables and forms that utilize combo
boxes to "lookup" info from other tables (i.e., state abbreviations) and
everything is working fine. I installed SP3 and now all the combo boxes
are
displaying blank entries. I copied the database to a flash drive and ran
it
on another pc and the lookups work fine. Issue with SP3?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top