Sir,

While I am running the project the cursor is blinking in the first name textbox then i am press the tab button then it is move to middle name textbox and then lastname and company name but when I am press after company name then it will jump to the button I want to jump the tab into Lani in Rs which is the next to company name textbox and then it will jump to Enter date.

I am having problem in the Enter Date field in the back end in the MS access I have already set the date in the back end i.e. short Date so, how to Formate the textbox in the front end i.e. in vb.net 2005

Please help me.

>how to Formate the textbox in the front end i.e. in vb.net 2005

Use DateTimePicker or Masked Textbox. Look at DateTime.TryParseExact to set/get custom datetime formats.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.