Results 1 to 4 of 4

Thread: Supressing a graphic depending on who's name is in another field

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2004
    Posts
    8

    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.

  2. #2
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951
    I suppose you would create some sort of a formula such that

    if {name} = male then "c:\picture.bmp"
    else "C:\picture2.bmp"

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2004
    Posts
    8
    Ok, if, then else approach works for me, but please tell me how would I determine which names are male and which are not?

  4. #4
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951
    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
  •  



Click Here to Expand Forum to Full Width