|
-
Apr 23rd, 2004, 01:04 PM
#1
Thread Starter
New Member
Supressing a graphic depending on who's name is in another field
Ok, I know that was a long subject but I didn't want to make it to ambiguous. What I have is two company logos, logoA and logoB. I have ten sales people: Jim, Harry, Mary, Tina, Charles, Amy, Monte, Sue, Dan, and Kim. On the invoice, I want to be able to switch the logo based on whos name is enter in the sales person field. If a womens name is used, logoA should appear on the top of the page, if a mans name is used, logoB should appear on the top of the page. Any suggestions wellcome.
-
Apr 23rd, 2004, 02:20 PM
#2
PowerPoster
I suppose you would create some sort of a formula such that
if {name} = male then "c:\picture.bmp"
else "C:\picture2.bmp"
-
Apr 23rd, 2004, 03:29 PM
#3
Thread Starter
New Member
Ok, if, then else approach works for me, but please tell me how would I determine which names are male and which are not?
-
Apr 26th, 2004, 12:23 PM
#4
PowerPoster
You will have to make that determination.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|