Keeping Zeroes in Make Table Query

A

Anna

I have gotten my make-table query to run with leading
zeroes if the field required 6 characters, however, when I
open my table, the leading zeroes aren't there.

Help!
 
G

Guest

use the format() function when displaying the field
values to get your leading zeroes.
 
Top