I have a small problem, i have a database and the database is connected with ado. Anyways in vb i can edit, move bk n forth with records etc. Now say i link a textbox to my db i want to basically have another text box so when the firstbox has a certain value the second one will change e.g Say the program runs, as the first customer comes up and he has a code say 50000, can i make another text box check the value in that text box and if its 50000 it will display say £4.50? I was thinking something on the lines if
If blabla.text = 50000 then
blabla.text = "4.50"
end if
end sub
but this doesnt work, it doesnt update itself, also i want the value to change as i skip though records, i dont want ti to change on the first record and stay like that thoughout
2007-05-06
11:30:21
·
4 answers
·
asked by
Anonymous