H
h3llz
whats lower than or equals to if statement? <= not working :<
h3llz said:whats lower than or equals to if statement? <= not working :<
i = "1"
Do While i < (QryDat.Fields.Item("quantity") +
1)
cmoSelectQuantity.AddItem i
i = (i + 1)
Loop
i used the qrydat once, maybe can only use the same field once?
first time on vb =] (i know php, html etc)