B
Bradley C. Hammerstrom
Access2000
tblPhotos1: PhotoID, FileName
tblPhotos2: PhotoID, FileName
tblDesc1: Photo_ID, Description
tblDesc2: Photo_ID, Description
(Where Photo_ID is the foreign key)
The tables with tblPhotos1 was made first and Descriptions were added; then
more photos were cataloged and tblPhotos2 was created with a different
PhotoID sequence. Now I'm trying to copy Description records from tblDesc1
to tblDesc2 by keying on the FileNames in tblPhotos1 rather than the PhotoID
(since there is no longer a direct relation). How?
Brad H.
tblPhotos1: PhotoID, FileName
tblPhotos2: PhotoID, FileName
tblDesc1: Photo_ID, Description
tblDesc2: Photo_ID, Description
(Where Photo_ID is the foreign key)
The tables with tblPhotos1 was made first and Descriptions were added; then
more photos were cataloged and tblPhotos2 was created with a different
PhotoID sequence. Now I'm trying to copy Description records from tblDesc1
to tblDesc2 by keying on the FileNames in tblPhotos1 rather than the PhotoID
(since there is no longer a direct relation). How?
Brad H.