Oct 7, 2002 #1 Frank336 MIS Aug 6, 2002 41 CA Hi, (VB6, CR8.5(RDC), Access 2000) I want to format numbers so i dont have decimal after the period. Something like this : 3/4 instead of 3.0/4.0 The formula I use is : Count ({ado.ID}, {ado.Group1}) & "/" & {ado.Nb_Members} How can I do that ? Thanks, Frank
Hi, (VB6, CR8.5(RDC), Access 2000) I want to format numbers so i dont have decimal after the period. Something like this : 3/4 instead of 3.0/4.0 The formula I use is : Count ({ado.ID}, {ado.Group1}) & "/" & {ado.Nb_Members} How can I do that ? Thanks, Frank
Oct 7, 2002 Thread starter #2 Frank336 MIS Aug 6, 2002 41 CA I found the answer... cstr(Count({ado.Matricule}, {ado.Nom_Comite}), 0) & "/" & cstr({ado.Nb_Membres},0) Upvote 0 Downvote
I found the answer... cstr(Count({ado.Matricule}, {ado.Nom_Comite}), 0) & "/" & cstr({ado.Nb_Membres},0)