Ok,
At this time I have a sql query as follows
sqlstring = "select top 4 vslvoy, wkn, srv, sumtwn from VSL where wkn between'" & strwkn & "' and ('" & strwkn & "')+4 and srv = '" & strsrv & "' order by wkn"
the problem is that there is no 54,55,56 it should be 54=01, 55=02,56=03 is there a way to make this query work this way
At this time I have a sql query as follows
sqlstring = "select top 4 vslvoy, wkn, srv, sumtwn from VSL where wkn between'" & strwkn & "' and ('" & strwkn & "')+4 and srv = '" & strsrv & "' order by wkn"
the problem is that there is no 54,55,56 it should be 54=01, 55=02,56=03 is there a way to make this query work this way