Search results

  1. K

    Lcase

    I have a query with a hyperlink field. I want to force lower case but when I do, it removes the hyperlink? What am I doing wrong? History Link: LCase([Mlink3])
  2. K

    Conditional Formating

    Thanks!
  3. K

    Conditional Formating

    Not equal, needs to be contains the word "Apple"
  4. K

    Conditional Formating

    Using conditional formatting, how would the code look if I wanted to find any records in [field1] with the word "Apple" in it. Thanks.
  5. K

    Not Null

    Thank You!
  6. K

    Not Null

    That worked! Thanks!
  7. K

    Not Null

    I'm pulling one record only.
  8. K

    Not Null

    I have a report (onload) that has four fields which are all NOT visible. I would like to make each field visible if the condition is met. If IsNotNull([Mresults1]) And IsNull([Mresults2]) Then [Mresults1].Visible = True If IsNotNull([Mresults2]) And IsNull([Mresults3]) Then [Mresults2].Visible...
  9. K

    Query Link

    Correct.
  10. K

    Query Link

    Any way to make it a hyperlink too?
  11. K

    Query Link

    Works Great! One question though... The field [Link] is a hyperlink but when I use this code, it does not keep any hyperlink.
  12. K

    Query Link

    Can you show me how that code would look in the query?
  13. K

    Query Link

    I have a field called [Link] and the data looks like this... \customers\tomsmith\pdf\1234.pdf In a query, how can I create a field that removes everything up to the pdf? \customers\tomsmith\pdf Thanks
  14. K

    back color

    Perfect!!!
  15. K

    Security Risk Alert

    I recently renewed my SSL certificate on my NAS. My customers use it to map a network drive and access a database file on the mapped drive. Since the renew of the certificate, I'm getting this alert and can't seem to get rid of it in order to use macros. Any ideas what changed or how to remove...
  16. K

    back color

    I would rather use VBA instead.
  17. K

    back color

    How does that address the back color?
  18. K

    back color

    Sorry, onload of a report.
  19. K

    back color

    What is the best way to say this... I want the back color of a field if not null to be yellow, otherwise the back color will be white. The field name is [memo] Thanks!
  20. K

    Unbound Field

    Yes, it will be different.
Back
Top Bottom