Newbie Question: Float Type Range

2002-01-05 Thread Kevin Campbell
I’m using a field in a form to record money values: 0.00 – 9000.00 in my database table. I’m planning on using float(4,2). Does the 4 mean the maximum number of digits before the decimal and the 2 the number of digits after the decimal. Always an Email Away Kevin Campbell Chief Executive

Re: Newbie Question: Float Type Range

2002-01-05 Thread Mike(mickalo)Blezien
On Sat, 05 Jan 2002 11:28:54 -0800, Kevin Campbell [EMAIL PROTECTED] wrote: I’m using a field in a form to record money values: 0.00 – 9000.00 in my database table. I’m planning on using float(4,2). Does the 4 mean the maximum number of digits before the decimal and the 2 the number of digits