Aller au contenu principal

Recherche

Recherche

Select String

Commentaires

2 commentaires

  • Avatar
    Shotaro Ito
    Hi Dinsen,
    you need to match data type. Either

    you take single quote out from WHERE condition to treat condition as numeric
    [sql]"... WHERE [Modelnr:] = " & Format.NamedSubStrings("CONDITION1").Value & " AND [Farve:] = " & Format.NamedSubStrings("CONDITION2").Value [/sql]

    or insert single quote (') at the beginning of numeric excel cells, to treat excel cell data as string.

    hope that helps!
    0
  • Avatar
    Legacy Poster
    Thank you Shotaro!

    That helped me ;)
    0

Vous devez vous connecter pour laisser un commentaire.