If a field in a table, click on the field and in the General tab under Format use: 000000
If a control on a form/report you can use: 000000;0; in the input mask field.
If in a query you will have to add another column, declare a variable and use the following form: xName: Format([FieldName],"000000")
Hope that helps,
-dK