i cannot input more than 255 words in my form

J

jason ashby

I have a form in info path connected to a data base but i can only put 255
words in a text box. i have changed the database data type to memo but it
will not enable it.
 
S

Scott L. Heim [MSFT]

Hi Jason,

You will be unable to directly bind an InfoPath control to a field in an
Access database where the data type is "Memo." If you truly need this much
space to enter text, you have a few options:

- Use multiple fields in the database and hence multiple fields on your
InfoPath form to enter the data
- Create a web service that retrieves/updates the data from your Access
database and then bind your InfoPath solution to the web service instead of
the Access database

I hope this helps! :)

Best Regards,

Scott L. Heim
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
K

Keith

Hi Scott

Just how does one go about "Create a web service that retrieves/updates the
data from your Access database and then bind your InfoPath solution to the
web service instead of the Access database"

Keith
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top