I used to embed a logo on the report letterhead. But I decided to make it dynamic in case I have a 2nd Store front which
would use a different logo on the report letterhead.
In the image box on the report, on the 'picture' line, I took out the reference to the old embedded logo.
I went up to the blank Control source line and put in :
=Space(0) & DLookUp("[Logo1]","QryStorePick","[StoreID]=[forms]![frm5035Reports]![cboStoreID]")
I have a table tblStore which has a field name Logo1 that contains the Bitmap. I used bmp.
On a form frm5035Reports, i select a few things, including which Store i am using for the next letter.
I thought the dlookup above would do the job and give me a different logo depending on what
StoreID that i picked in frm5035Reports. I only get a blank Logo when i print preview the letter.
What am I doing wrong? Thanks.
would use a different logo on the report letterhead.
In the image box on the report, on the 'picture' line, I took out the reference to the old embedded logo.
I went up to the blank Control source line and put in :
=Space(0) & DLookUp("[Logo1]","QryStorePick","[StoreID]=[forms]![frm5035Reports]![cboStoreID]")
I have a table tblStore which has a field name Logo1 that contains the Bitmap. I used bmp.
On a form frm5035Reports, i select a few things, including which Store i am using for the next letter.
I thought the dlookup above would do the job and give me a different logo depending on what
StoreID that i picked in frm5035Reports. I only get a blank Logo when i print preview the letter.
What am I doing wrong? Thanks.