Hi...
Got me a form with several txt's. The user is allowed to enter a value (numbers only). If one fills 5000 in a txt, the value in the txt should be, for instance, 5000,00.
I tried Me.txtBla = format(txtBla, "0,00") (and several other) But it does not work.
Someone has a solution? Perhaps a link where I can find more info. (MSDN not!!)
Please be patient, thirth day I'm working with VB.
---------------------------------------
This will be the day when all of God’s children will be able to sing with a new meaning, “My country, ‘tis of thee, sweet land of liberty, of thee I sing. Land where my fathers died, land of the pilgrim’s pride, from every mountainside, let freedom ring. - Marten Luther King
Got me a form with several txt's. The user is allowed to enter a value (numbers only). If one fills 5000 in a txt, the value in the txt should be, for instance, 5000,00.
I tried Me.txtBla = format(txtBla, "0,00") (and several other) But it does not work.
Someone has a solution? Perhaps a link where I can find more info. (MSDN not!!)
Please be patient, thirth day I'm working with VB.
---------------------------------------
This will be the day when all of God’s children will be able to sing with a new meaning, “My country, ‘tis of thee, sweet land of liberty, of thee I sing. Land where my fathers died, land of the pilgrim’s pride, from every mountainside, let freedom ring. - Marten Luther King