PDA

View Full Version : VB.Net



rahullambe
08-26-2008, 02:38 PM
Hi
I am facinng a problem in a code the details are as below.

1. There are 2 text box n 1 command button.
2. Where in text box 1 want to display only (|) the sign in bracket.
3. on Command Button I want to give a code where in it claculates the characters of text box 1 by making a group of 3.(|||)
4. And If This count group is less than 3 then in text box 2 the number of then display the balance number of characters in text box 2.

Thanks:friends:

Kenny.

OTWarrior
08-27-2008, 04:23 AM
You have the thread topic as VB.Net but this is an Access thread, is this Access you are working in?

Also, I am not following what you are trying to do exactly....Why do you need to display (|)? What purpose does changing (|) to (|||) when you use the command button, or would this be different depending on what value you put into textbox2?

If this is Access, is there any chance you could post an example of your code so far?