Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 2 / October 2007

Tip: Looking for answers? Try searching our database.

Problem with Office 2003 SP3

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Brossyg - 21 Sep 2007 15:06 GMT
In Access 2003, I have a Combo box in a form with one of the columns
formatted Yes/No (the table the data comes from is also yes/no data).  When
the Combo Box was dropped-down, the column correctly showed "Yes" or
"No"...until I installed Office 2003 SP3.  Now, the column shows "-1" or "0"
now matter that the format property is set to "Yes/No".

Has anyone else experienced this and found a solution?

Brossyg
Pieter Wijnen - 21 Sep 2007 17:10 GMT
Change the SQL To
Rowsource:
Select MyField, Format(MyField,"yes/no") As Display From MyTable
change the column count to 2  (rather: add 1)
change the column widths to 0;1cm

HTH

Pieter

> In Access 2003, I have a Combo box in a form with one of the columns
> formatted Yes/No (the table the data comes from is also yes/no data).
[quoted text clipped - 7 lines]
>
> Brossyg
CurtainMary - 31 Oct 2007 23:12 GMT
This is an introduced bug with the SP3. Other columns with formatting will be
blank, eg > for capitalization. Blame MS !!
Mary

> In Access 2003, I have a Combo box in a form with one of the columns
> formatted Yes/No (the table the data comes from is also yes/no data).  When
[quoted text clipped - 5 lines]
>
> Brossyg
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.