Paulcliman
Registered User.
- Local time
- Today, 08:31
- Joined
- Mar 29, 2009
- Messages
- 23
I have a very simple Access2003 database keeping weather records.
I have a table "weather" with all forecasts & results.
I have a lookup table "forecasts" which gives me a combobox e.g. sunny, mainly cloudy, cloudy, snow, etc.
I have a table "pictures" with small images (BMP) which correspond to the forecasts in the previous table.
How can I get the appropriate picture to appear on a form when I select a forecast ? - e.g. on selecting "sunny" from the conbo box, I would like the "sunny" image to appear. Do I need a bound image box, do I need code ? I DO need lots of help
Maybe I'm even approaching this from the wrong direction??
Thank you in anticipation ......
PC
I have a table "weather" with all forecasts & results.
I have a lookup table "forecasts" which gives me a combobox e.g. sunny, mainly cloudy, cloudy, snow, etc.
I have a table "pictures" with small images (BMP) which correspond to the forecasts in the previous table.
How can I get the appropriate picture to appear on a form when I select a forecast ? - e.g. on selecting "sunny" from the conbo box, I would like the "sunny" image to appear. Do I need a bound image box, do I need code ? I DO need lots of help

Maybe I'm even approaching this from the wrong direction??
Thank you in anticipation ......
PC