D
Doctor
I have been using the relinking code by Pascoe and Fairfield for relinking
multiple types of backends. Today, I added another BE that only contained two
tables, both with attachements in them. I was surprised to find out that
these tables can't be relinked, as the code is written.
Code is here: http://www.mvps.org/access/tables/tbl0012.htm
Can this still be accomplished?
I have two tables:
tblProductPictures with ProductID and ProductPicture.
tblProductAttachments with ProductID and ProductAttachments.
Both tables are on a one to one relationship with my Products table which is
in a separate database.
If this cannot be accomplished, I will probably try to set up something
where the user can drag a file to and drop off the file location and store a
link to that location instead of the actual attachment. Our preference would
be the attachment, if we can get the relinking to work.
multiple types of backends. Today, I added another BE that only contained two
tables, both with attachements in them. I was surprised to find out that
these tables can't be relinked, as the code is written.
Code is here: http://www.mvps.org/access/tables/tbl0012.htm
Can this still be accomplished?
I have two tables:
tblProductPictures with ProductID and ProductPicture.
tblProductAttachments with ProductID and ProductAttachments.
Both tables are on a one to one relationship with my Products table which is
in a separate database.
If this cannot be accomplished, I will probably try to set up something
where the user can drag a file to and drop off the file location and store a
link to that location instead of the actual attachment. Our preference would
be the attachment, if we can get the relinking to work.