"Optional_int", but it's greyed out and not changable.
> Text boxes, yes. But what data type? When you double-click on the text box
> and open the properties dialog box, what is the data type listed?
[quoted text clipped - 38 lines]
> > > >
> > > > Kevin
"int" means whole number, so if the result of your multiplication contains a
decimal point, it won't be accepted by InfoPath, hence the validation error
you're receiving. Since the data types are greyed out, it means that the
fields are bound to the database. You need to correct the data type in MS
Access first and then bind your form again so that InfoPath can correctly
interpret the data types. The data type in MS Access must be "single" with
decimal places e.g. "2". This will be converted in InfoPath to
"optional_float", which will allow you to insert decimal points in numbers.
---
S.Y.M. Wong-A-Ton
> "Optional_int", but it's greyed out and not changable.
>
[quoted text clipped - 40 lines]
> > > > >
> > > > > Kevin
Kevin Bogart - 31 Aug 2006 14:09 GMT
"single" is not one of the options i have under "data type" in ms access...
-KJB
> "int" means whole number, so if the result of your multiplication contains a
> decimal point, it won't be accepted by InfoPath, hence the validation error
[quoted text clipped - 51 lines]
> > > > > >
> > > > > > Kevin
Kevin Bogart - 31 Aug 2006 14:13 GMT
Oh, nevermind -- figgerd out where to change that!
> "int" means whole number, so if the result of your multiplication contains a
> decimal point, it won't be accepted by InfoPath, hence the validation error
[quoted text clipped - 51 lines]
> > > > > >
> > > > > > Kevin