L
London257
Hi, I am trying to retrieve data from an access 2003 database into a Word
2003 document based on the value in a cell in an Excel spreadsheet.
The following SQL statement retrieves the text in the 'Reading' field of my
chinese horoscope Readings database but I want the values of
'Reading.Palace', 'Reading.Star' and 'Reading.OtherStars' to equal text in
cells in an Excel 2003 spreadsheet rather than manually typed in. The values
of the Excel cells are text and they change based on an individuals date of
birth.
SELECT DISTINCT Readings.Reading
FROM Readings Readings
WHERE (Readings.Palace='Brothers & Sisters') AND (Readings.Star='Chi Sha')
AND (Readings.OtherStars='Any')
Any ideas? all help gratefully received. Geoff.
2003 document based on the value in a cell in an Excel spreadsheet.
The following SQL statement retrieves the text in the 'Reading' field of my
chinese horoscope Readings database but I want the values of
'Reading.Palace', 'Reading.Star' and 'Reading.OtherStars' to equal text in
cells in an Excel 2003 spreadsheet rather than manually typed in. The values
of the Excel cells are text and they change based on an individuals date of
birth.
SELECT DISTINCT Readings.Reading
FROM Readings Readings
WHERE (Readings.Palace='Brothers & Sisters') AND (Readings.Star='Chi Sha')
AND (Readings.OtherStars='Any')
Any ideas? all help gratefully received. Geoff.