Hello it's me again i'm having problem with the database subtraction for my POS Project im using ado database and i know that you just have to change the value from the selected and voila it would update the database but mine doesnt work:
' txtqan is connect to the item database
txtqan.text = Val(txtqan.text) - Val(txtsalesqan.text)