One of the fields in my Access dB is used for a phone number (XXX) XXX-XXXX
I had initialy sized that field as a long integer but after creating my form in VB.Net found that I couldn't enter all of the digits.
I went back to the dB design and created that field as a Double. Now when I try to run my VB form I get the error saying that the value is either to large or too small for Int32. The expected type is Int32.
I tried changing the value of the Max Length property of the field which was initialy set to 32767.
Then I tried to re save the .XSD file in the solution explorer. still no change.
Does anyone have any idea
Thanks
tattoo

Field size question
R. Muti
David Krmpotic
Good Point,
Thanks.