Schwerdtfeger
18th December 2002, 18:01
Hi,
I'd like to download from Baan to Execl a tablefield (for example ttaad200, Users) the query for this is in the example:
Query = "select ttaad200.user from ttaad200 where ttaad200._compnr=000 and ttaad200.user >" & Chr(34) & Chr(34) & "tools" & Chr(34) & Chr(34)
Now I would like to enhance the Query with an other string condition like : ttaad200.user > "tools" and ttaad200.user < "Zero"
Is this possible ? I have problems to set the syntax for the second condition. Can somone help me?
Thanks
Kay
:confused:
I'd like to download from Baan to Execl a tablefield (for example ttaad200, Users) the query for this is in the example:
Query = "select ttaad200.user from ttaad200 where ttaad200._compnr=000 and ttaad200.user >" & Chr(34) & Chr(34) & "tools" & Chr(34) & Chr(34)
Now I would like to enhance the Query with an other string condition like : ttaad200.user > "tools" and ttaad200.user < "Zero"
Is this possible ? I have problems to set the syntax for the second condition. Can somone help me?
Thanks
Kay
:confused: