C
Charles
Hi !
I have got a database with theses fields :
- Description : a short description of a device
- Type : a unique number for each device
exemple :
372 guitar
4 bass
(it's really exemple, it's for avoid you real denimination,
what are a bit painful
For each device, I have a photo named like this :
"pic" + type + ".jpg"
exemple :
guitar photo is pic372.jpg
bass photo is pic4.jpg
I would like to make a state with description + photo for
each device. I think I have to use and dependant OLE link,
but how could I do that without making another database field ?
Thanx a lot !
Charles
I have got a database with theses fields :
- Description : a short description of a device
- Type : a unique number for each device
exemple :
372 guitar
4 bass
(it's really exemple, it's for avoid you real denimination,
what are a bit painful
For each device, I have a photo named like this :
"pic" + type + ".jpg"
exemple :
guitar photo is pic372.jpg
bass photo is pic4.jpg
I would like to make a state with description + photo for
each device. I think I have to use and dependant OLE link,
but how could I do that without making another database field ?
Thanx a lot !
Charles