Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21848

help: incorrect sytax near ','

$
0
0
Code:

Dim str As String
            str = "Update tbinvent " & _
            "Set Markup_Out=200, " & _
            "Markup_In=200, " & _
            "sellingpriceout=" & Text2.Text & ", " & _
            "sellingpricein=" & Text2.Text & ", " & _
            "computedout=" & Text2.Text & ", " & _
            "computedin=" & Text2.Text & ", " & _
            "newout=" & Text2.Text & ", " & _
            "newin=" & Text2.Text & _
            " Where itemid=" & myid
           
            loadcn.Execute str

help: incorrect sytax near ','
help me correct my code thanks

Viewing all articles
Browse latest Browse all 21848

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>