Greetings,
i am doing a school project which basically deals with forms and an access database.I have various textboxes in a form.I want some textboxes to be filled automatically with a value when another textbox has been filled.
For e.g , if the user fills in the 'Cost' textbox , 'Total amount' should be same as the value the user just entered in Cost.Of course the value in 'Total amount' should be displayed as soon as the user moves to the next textbox, without haveving to clcik on any button
How can this be done in vb.net ?
Ignore any validation whatsoever i just need to understand how its done
Sorry for putting this as code snippet but i keep getting
The code snippet in your post is formatted incorrectly. Please use the Code button in the editor toolbar when posting whitespace-sensitive text or curly braces.