G Guest Sep 23, 2004 #1 I have to enter 5.2 as a number field size in access for an assignment. It is important that I do tthis exactly
I have to enter 5.2 as a number field size in access for an assignment. It is important that I do tthis exactly
L Lynn Trapp Sep 24, 2004 #2 Are you sure that the assignment asks you to create a field size of 5.2 or were you asked to created a number datatype of Decimal(5,2).
Are you sure that the assignment asks you to create a field size of 5.2 or were you asked to created a number datatype of Decimal(5,2).
C Chris Nebinger Sep 24, 2004 #3 Set the field up as a Single. For the Input Mask, use: 00000.00 Chris Nebinger