Hi, ![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
Thank you for all the help I have received in the past![[bigsmile] [bigsmile] [bigsmile]](/data/assets/smilies/bigsmile.gif)
Please could I have help on the following:
I have a Report: ChsPltRef; that has a field PLATREF that the .jpg images are named after; in the folder: G:\LIPHOTOS\
So I want to have a dynamic image in the Report: ChsPltRef; according to the Field: PLATEREF found in the Form: ChsPltRef, combo box: Combo0, generated from the Query: NFrmCRefAs.
The Report: ChsPltRef is generated with the following forms and Queries:
Forms: ChsPltRef: Has 2 combo boxes: Combo0 this has a list of fields generated from the Query: NFrmCRefAs; using the field name: PLATEREF.
Combo1 field (REFVAL)is generated from the query PlateChs, it is filtered by Combo0, so only the instances of REFVAL that appear; are those that are related/linked to PLATEREF.
Queries: RefChs: Generates the report according to combo1 in the Form: ChsPltRef.
NFrmCRefAs: generates the field PLATEREF for combo0
PlateChs: It is filtered by Combo0, so only the instances of REFVAL that appear are those that are related/linked to PLATEREF
The Report has an image/blank image;
I want to link to a folder containing images (jpg's) that have the same file name as the reference number(PLATEREF)(Combo0);
I would like to find out how to link the correct picture in the folder to the field name(Combo0(PLATEREF) the picture is named after.
I have the following code in the report on the image:
It comes up with the following error:
I have clicked on the image icon and inserted a image onto the report.
Should I put a bound/unbound object Frame rather than an image?
How would I go about linking these pictures named according to the field name PLATEREF Combo0)
Any help would really be appreciated![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
I am really stuck here...![[banghead] [banghead] [banghead]](/data/assets/smilies/banghead.gif)
Please help![[sadeyes] [sadeyes] [sadeyes]](/data/assets/smilies/sadeyes.gif)
Kind regards
Triacona
![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
Thank you for all the help I have received in the past
![[bigsmile] [bigsmile] [bigsmile]](/data/assets/smilies/bigsmile.gif)
Please could I have help on the following:
I have a Report: ChsPltRef; that has a field PLATREF that the .jpg images are named after; in the folder: G:\LIPHOTOS\
So I want to have a dynamic image in the Report: ChsPltRef; according to the Field: PLATEREF found in the Form: ChsPltRef, combo box: Combo0, generated from the Query: NFrmCRefAs.
The Report: ChsPltRef is generated with the following forms and Queries:
Forms: ChsPltRef: Has 2 combo boxes: Combo0 this has a list of fields generated from the Query: NFrmCRefAs; using the field name: PLATEREF.
Combo1 field (REFVAL)is generated from the query PlateChs, it is filtered by Combo0, so only the instances of REFVAL that appear; are those that are related/linked to PLATEREF.
Queries: RefChs: Generates the report according to combo1 in the Form: ChsPltRef.
NFrmCRefAs: generates the field PLATEREF for combo0
PlateChs: It is filtered by Combo0, so only the instances of REFVAL that appear are those that are related/linked to PLATEREF
The Report has an image/blank image;
I want to link to a folder containing images (jpg's) that have the same file name as the reference number(PLATEREF)(Combo0);
I would like to find out how to link the correct picture in the folder to the field name(Combo0(PLATEREF) the picture is named after.
I have the following code in the report on the image:
Code:
G:\LIPHOTOS\[FORMS]![ChsPltRef].[combo1] &".jpg"
Am I linking the picture in the incorrect way?Microsoft Access can't open the file:G:\LIPHOTOS\[FORMS]![ChsPltRef].[combo1] &".jpg"
I have clicked on the image icon and inserted a image onto the report.
Should I put a bound/unbound object Frame rather than an image?
How would I go about linking these pictures named according to the field name PLATEREF Combo0)
Any help would really be appreciated
![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
I am really stuck here...
![[banghead] [banghead] [banghead]](/data/assets/smilies/banghead.gif)
Please help
![[sadeyes] [sadeyes] [sadeyes]](/data/assets/smilies/sadeyes.gif)
Kind regards
Triacona