S
sk
I have never worked with attachments so....
I'm making a multi-user db (FE-BE) and am worried about attachements causing
the BE to get to large.
Can I split the attachements to a different table in a second BE db? If so,
how do I code the Attachment control to add the attachement to a new record
in the table. I can get it to work on an existing record when the form is
bound to a table but when I don't have the control bound to a specific
table/field in the db, the control is inactive.
What I want to happen is if the user has a file to attach, they can drop it
on the control, and the system will create the new record associated with the
item the attachement is related to. (in a second db if needed)
thanks
I'm making a multi-user db (FE-BE) and am worried about attachements causing
the BE to get to large.
Can I split the attachements to a different table in a second BE db? If so,
how do I code the Attachment control to add the attachement to a new record
in the table. I can get it to work on an existing record when the form is
bound to a table but when I don't have the control bound to a specific
table/field in the db, the control is inactive.
What I want to happen is if the user has a file to attach, they can drop it
on the control, and the system will create the new record associated with the
item the attachement is related to. (in a second db if needed)
thanks