Search results

  1. K

    Query Expression

    Any examples you could provide?
  2. K

    Query Expression

    How can I create an expression in a query that brings back only after the last \? Also, if the field has no value then return a blank or null. \6002.pdf (should look like this) \\SERVER\Plus\Spec\Results\ABC\ABC\Results\6002.pdf Thanks.
  3. K

    Lcase

    Thanks for all the advice on this.
  4. K

    Lcase

    It did not erase the data, it makes it just text and not a hyperlink.
  5. 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])
  6. K

    Conditional Formating

    Thanks!
  7. K

    Conditional Formating

    Not equal, needs to be contains the word "Apple"
  8. 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.
  9. K

    Not Null

    Thank You!
  10. K

    Not Null

    That worked! Thanks!
  11. K

    Not Null

    I'm pulling one record only.
  12. 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...
  13. K

    Query Link

    Correct.
  14. K

    Query Link

    Any way to make it a hyperlink too?
  15. 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.
  16. K

    Query Link

    Can you show me how that code would look in the query?
  17. 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
  18. K

    back color

    Perfect!!!
  19. 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...
  20. K

    back color

    I would rather use VBA instead.
Back
Top Bottom