form allocating a value to a number field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a field ona form which is to accept a currency vale, however when a
new record is created instead of a null value access is defaulting a value of
£16,777,215.00 each and every time. the value can be changed but it is still
a nuisance.

any help appreciated.

i have checked the default value on both the table and the form and none has
been set.

thanks

richard
 
Hi Richard,

The first thing that I would try then is setting the defaults to 0.

Good luck,

Nick
 
Back
Top