Search results

  1. K

    graphic issue

    Will try them all. Much appreciated!!
  2. K

    graphic issue

    So, using your example, I can't combine them into one statement? =IIf([Mdid] = "ABC123", "\\Reportbackgrounds\ABCreport1.png", Null) =IIf([Mdid] = "DEF123", "\\Reportbackgrounds\ABCreport2.png", Null) =IIf([Mdid] = "GHI123", "\\Reportbackgrounds\ABCreport3.png", Null)
  3. K

    graphic issue

    No, these are master customers using the same ID numbers several times. So, it will only be a few with unique backgrounds.
  4. K

    graphic issue

    No, we have many customers, only 8 or so have a unique background image on their report. Otherwise, it will use our standard background image.
  5. K

    graphic issue

    Got it. No, Mdid is not part of the image name. Mdid is an ID of customers that would have a unique image. Probably about 8 different possibilies otherwise the default image. So, if you could show me an example using three different Mdid values. Thanks.
  6. K

    graphic issue

    Yes, that worked. How can I add multiple IF's? If "DEF123" = another image path, etc... Also, if it does not meet any of them, then some default path. Thanks!!!
  7. K

    graphic issue

    Can you show me an example of an IF statement using my info?
  8. K

    graphic issue

    Are you saying I can put my IF statement in the image ControlSource property?
  9. K

    graphic issue

    I'm using an image and the source is an unbound field with the path of the image file. And i have an IF statement that fills in that image path based on value from another field.
  10. K

    graphic issue

    I've tried to put the code every where, no luck.
  11. K

    graphic issue

    Thanks for the explanation. The control is in the detail area.
  12. K

    graphic issue

    But my code works in a command button. What is different about what you are suggesting?
  13. K

    graphic issue

    8 different possible images
  14. K

    graphic issue

    Both Report View and Print Preview are doing the same. Nothing.
  15. K

    graphic issue

    Sorry, it is on Load
  16. K

    graphic issue

    I have a report that has a graphic field which based on a value in an unbound field. The code works. But when I put that code on open of the report, no value get put in the unbound field. If I put that same code in a command button, it works fine. So, I'm guessing some kind of time issue...
  17. K

    PDF location

    Do you know of any example db's out there?
  18. K

    PDF location

    I have a report with a command button that creates a pdf and sends it to a specific folder. Is there a way to be able to choose where the pdf goes instead? Maybe a drop down with different locations? Thanks.
  19. K

    Query Count

    Got it! Thanks.
  20. K

    Query Count

    I think I got it working the way I want now. Thanks to all!. How would I write the following? Test: DCount("*","Query2","Field1>0.5 and <=1") I'm trying to return a records that are greater than 0.5 and less than or equal to 1. I used the above but get an error?
Back
Top Bottom