I develop in a2k and have been delivering applications to customers using Access 2000, 2002 through Access 2003 (11.6566.8132) SP2 with no problems.
Access 2003 (11.5614.5606)
Access 2003 (11.6566.8132) SP2
Access 2003 (11.8166.8172) SP3
I’m starting to have some combo box issues with same application running on Access 2003 (11.8166.8172) SP3
One of the issues is a Combo Box with the following Row Sourse:
SELECT DISTINCTROW tbl_DL_Breed.lngBreedID, tbl_DL_Breed.strDescription, tbl_DL_Breed.strBreedCode, tbl_DL_Breed.ysnActive, tbl_DL_Breed.strType, tbl_DL_Breed.strSeqNo, tbl_DL_Breed.lngBreedID, tbl_DL_Breed.strApplCode, tbl_DL_Breed.strProfileCode, tbl_DL_Breed.strLegacy FROM tbl_DL_Breed WHERE (((tbl_DL_Breed.ysnActive)=Yes)) ORDER BY tbl_DL_Breed.ysnActive, tbl_DL_Breed.strDescription;
It use to display the following:
ID Description Code Active Type Seq # ID AC PC L 105 Aberdeen Terrier 104 Yes 105 106 Abyssinian Sand 105 Yes 106 107 Affenpinscher 107 Yes 107 12 AFGHAN HOUND 011 Yes 010 12 *
Using Access 2003 (11.8166.8172) SP3 the Active column is displaying -1 for Yes
Any solutions?
Thanks, John
PS: the only thread I could find
Any SP3 issues? (Access 2003 SP3)
post 671626