I have a field called MusicCategoryID in a table called tblCategory. It's a number field. MusicCategoryID is a primary key and auto numbered.
I am keeping track of this field in a form called frmCDDetails which is pulling data from a table called tblCDDetails.
when using the Count or DCount function, I get the result that's shown as 41 but I would like to show as 041.
Is it possible to do? Any help anyone can provide will be greatly appreciated. I am a Novice...Thanks .
I am keeping track of this field in a form called frmCDDetails which is pulling data from a table called tblCDDetails.
when using the Count or DCount function, I get the result that's shown as 41 but I would like to show as 041.
Is it possible to do? Any help anyone can provide will be greatly appreciated. I am a Novice...Thanks .
Comment