H
herewegoagain
Guest
Does anyone see anything here that I am missing? For some reason it is not returning the results it is suppose to.
sql2 = "SELECT * FROM STOCK WHERE ONHAND + ONORDER < RESERVE ORDER BY NUMBER"
stock is table name
onhand is field
onorder is field
reserve is field
number is field and primary key.
Please help thank you.....
sql2 = "SELECT * FROM STOCK WHERE ONHAND + ONORDER < RESERVE ORDER BY NUMBER"
stock is table name
onhand is field
onorder is field
reserve is field
number is field and primary key.
Please help thank you.....