Search results

  1. J

    Want certain display with multiple iif's

    Thanks all! Don't know what I was doing. Was just one of those days I guess.
  2. J

    Want certain display with multiple iif's

    Hello, I have the following code in a report; =IIf([direct discount:]>0,"Direct Discount - " & [Direct Discount:] & " " & IIf([Interline discount:]>0,"Interline Discount - " & [Interline Discount:] & " " & IIf([Direct Minimum:]>0,"Direct Minimum - " & [Direct Minimum:] & " " & IIf([Interline...
  3. J

    How does one call up embedded hyperlink in a table

    HMACHAN, I had to do something close to this except open an .exe. I couldn't use VBA to to it directly from the command button, so i used a hidden text box(Hyperlink) that had; =DLookUp("[YourColumn]","YourTable","YourTable.[FieldNeededToMatch]=" & [FieldNeedToMatch]) Then in the...
Back
Top Bottom