Attaching Files

A

Arun Gopalam

Hi,

I have 2 tables(Master Detail) in a SQL server database
There is a Image datatype in the child table

would like to insert a Insert attachment control but i always get the
following message
A File attachment control must be bound to a non-repeating field with a
picture or file attachment data type. if the field is part of a repeating
group, then the file attachment control must be inside a repeating table or
repeating section that is bound to that group.

Please Help ...!

Arun
 
S

smaure

The attachment control can apparently only be used with xml datasources, not
with a database. The workaround is to use a hyperlink on your form to direct
users to a location where they can upload a document.
 
C

Chris K

Can anyone verify that smaure is correct... That there is no way to have a
file attachment control using a SQL DB.
 

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