Unfotunately you have discovered one of limitations in InfoPath's default
database connectivity.
You can accomplish what you want but you need SQL and webservices. You can
purchase the web services you need to dynamically submit and query tables
without limitations on large file types.
If you would like to see a demo of InfoPath and database integration you can
send me an email here.
http://www.infopathdev.com/members/clayfox.aspx

Signature
Clay Fox / Microsoft InfoPath MVP
www.InfoPathDev.com / The InfoPath Authority / Downloads, Samples, How-To,
Experts, Forum
> As early as this morning, I was calling InfoPath my favorite Microsoft
> product. That was before I found out that it disables submission of
[quoted text clipped - 32 lines]
> Thanks,
> Rachel Garrett
Rachel Garrett - 15 Apr 2008 02:03 GMT
On Apr 14, 7:08 pm, Clay Fox <Clay...@discussions.microsoft.com>
wrote:
> Unfotunately you have discovered one of limitations inInfoPath'sdefault
> database connectivity.
[quoted text clipped - 5 lines]
> If you would like to see a demo ofInfoPathand database integration you can
> send me an email here.http://www.infopathdev.com/members/clayfox.aspx
Thanks for the response, but I need to figure out how to make MS
Office products work as advertised. It's too bad that an
administrative assistant has to turn developer in order to do that.
--Rachel
Hi Rachel,
From the sounds of your requirements, I think your first thoughts are
correct - InfoPath may not be the right fit for what you want to do.
InfoPath is exceptional at quickly collecting data and presenting users with
a standards-based method of data entry. From the Microsoft InfoPath overview
website (http://office.microsoft.com/en-us/infopath/HA101656341033.aspx):
"With Office InfoPath 2007, you can create and deploy electronic forms
solutions to gather information efficiently and reliably."
It is designed to support mutliple devices (tablets, mobile, etc.) and be
web-delivered to a large audience if required. But it's strength IMHO is
*collecting* the data, not necessarily allowing users to search and make
changes as with your requirements. If you need to do this with InfoPath,
then yes, you probably do need to develop web services and make it a
"project". It can definitely be done, but it is not a simple process.
Access was built for small workgroups to be able to collect and manage data.
If you want several users to be able to search, insert, update, delete, and
report on data, then Access is definitely a better fit.
HTH, and best of luck with your project :)
Gavin.

Signature
InfoPath Knowledge Base
http://www.infopathkb.com/
2B | !2B
> As early as this morning, I was calling InfoPath my favorite Microsoft
> product. That was before I found out that it disables submission of
[quoted text clipped - 32 lines]
> Thanks,
> Rachel Garrett
MikeWal - 15 Apr 2008 15:25 GMT
Not sure this is what you mean but ... if you are trying to save more than
255 characters into a text field in Access then InfoPath is not the problem
at all ... 255 chracters is he maximum length in Access (or most DBs for that
matter) for Text fields. Sounds like you need a Memo field or better
relational design in the DB.
> Hi Rachel,
>
[quoted text clipped - 59 lines]
> > Thanks,
> > Rachel Garrett
Rachel Garrett - 29 Apr 2008 13:39 GMT
> Not sure this is what you mean but ... if you are trying to save more than
> 255 characters into a text field in Access then InfoPath is not the problem
> at all ... 255 chracters is he maximum length in Access (or most DBs for that
> matter) for Text fields. Sounds like you need a Memo field or better
> relational design in the DB.
Mike,
You're right, the field is stored as Memo, which is unsupported by
InfoPath. It's a comments field, so it can't be fixed by changing the
database design. Allowing the users to enter more than 255 characters
is a requirement.
--Rachel
BobCh - 29 Apr 2008 18:00 GMT
Can you add a repeating list of comments. I genrally do this so that
I know when a comment was added (with a date field) and by whom (with
a user name field)
like this
Notes
NoteText
DateEntered
Author
IMO, This type of method allows for better management of notes.
> > Not sure this is what you mean but ... if you are trying to save more than
> > 255 characters into a text field in Access then InfoPath is not the problem
[quoted text clipped - 10 lines]
>
> --Rachel
Rachel Garrett - 29 Apr 2008 13:47 GMT
On Apr 15, 8:16 am, Gavin McKay <GavinMc...@discussions.microsoft.com>
wrote:
> Hi Rachel,
>
[quoted text clipped - 18 lines]
> If you want several users to be able to search, insert, update, delete, and
> report on data, then Access is definitely a better fit.
Well, it was going to be 90 people, with only 10 or so of them allowed
to make changes. Because of the limitation that users can only submit
back to the database if no field is over 255 characters, the Access
solution will only help 10 people instead of helping everyone. I still
think it's silly that Microsoft touts InfoPath as this great way to
have powerful interactions with your database. If it's really only
*meant* for gathering data, they ought to say so.
Thanks,
Rachel